Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

How do I break in a Win32 API function based on the function's parameters?

How PSExec runs application as SYSTEM user?

sending lparam as a pointer to class, and use it in WndProc()

c++ winapi wndproc

C++ Windows remove maximize box

c++ c windows winapi maximize

multi channel sound with winmm, many WaveOutOpen?

windows winapi audio winmm

Windows pipes in binary mode

c windows winapi pipe popen

How to find out if hibernation is available for a Windows user (with C++)

c++ winapi power-state

Using UpdateLayeredWindow on a region of a window

c++ windows winapi

Keep form on desktop at all times (No Win+D effects)

c# forms winapi

how to get path text from CMFCEditBrowseCtrl?

Win32 api call Error GetShortPathName in f#

winapi f#

How can I wait on an I/O completion port and an event at the same time?

c++ c multithreading winapi iocp

What's the difference between wParam WM_NOTIFY and idFrom in NMHDR?

winapi visual-c++

How to fix this ImportError: No module named win32api? (win32api path variable)

C# - How to get real screen resolution in multiple monitors context?

Win32: How to enumerate child processes?

windows winapi process

How do I link to a library with Code::Blocks?

c++ winapi codeblocks

SetupDiGetDeviceProperty usage example

c++ windows winapi msdn

Sockets vs named pipes for local IPC on Windows?

winapi sockets ipc named-pipes

How to run application which requires admin rights from one that doesn't have them [closed]