winapi
Why is this C# code not type-safe and why does this other bit make it type-safe?
This is from the midi-dot-net http://code.google.com/p/midi-dot-net/ library: static class Win32API { ...[详细]
2023-04-10 02:38 分类:问答Is it possible to grab a pointer to the default audio endpoint device buffer in Windows 7?
Working with the Win32 API here. I\'ve been scouring through the MSDN documentation for the core audio services in Windows Vista+, and haven\'t had much luck finding a way to secure the default audio[详细]
2023-04-10 02:37 分类:问答putwchar / getwchar encoding?
I\'m writing code which runs on both Windows and Linux.The application works with unicode strings, and I\'m looking to output them to the console using common code.[详细]
2023-04-10 02:34 分类:问答How to get the array of RGB values for each pixel of the client area of a window
Is there a way to receive the c开发者_如何学Colour values for each pixel in the client area of a window, with gdi?As noted in comment by @JerryCoffin. Here\'s a simple example[详细]
2023-04-10 00:11 分类:问答How do I create Windows in D with win32?
Hello I\'m trying to open a window with win32 in D, and I\'ve got a little problem. The program crashes when I call CreateWindowA.[详细]
2023-04-10 00:01 分类:问答Tabular view in Win32 API
I am a newbie in win32 API and I\'m trying to write an app that will calculate the md5sum of a file selected through the menu or dragged and dropped in the window. I want the window to have 3 columns[详细]
2023-04-09 20:28 分类:问答Hooking Disk Write Operations ? Win32/64
Is there any way to hook all disk writes going thru the system, and receive the file names of whatever\'s being modified, using the Win32 API? Or is this something that would require writ开发者_如何学[详细]
2023-04-09 20:00 分类:问答Why does increasing timer resolution via timeBeginPeriod impact power consumption?
I am currently writing an application in C# where I need to fire a timer approx. every 5 milliseconds.From some research it appears the best way to do this involves p/invoking timeBeginPeriod(...) to[详细]
2023-04-09 19:19 分类:问答ReadDirectoryChangesW and determining which process caused the change
How can I determine which processes are making changes to which files. I did find 开发者_如何学JAVAthis:[详细]
2023-04-09 18:57 分类:问答Windows create dynamic amount of links
In my application i\'m going to have a list of links I would like the user to be able to click on and will take them to a certain website. The 开发者_运维百科problem is, first, it\'s possible there is[详细]
2023-04-09 18:56 分类:问答