Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

Fetching parent process Id from child process

c windows winapi process

Find a Global Atom from a partial string

winapi

Displaying image in WIN32, Why its not displayed?

c++ winapi visual-c++

How to change selection color in RichEdit control?

c++ winapi text richedit

Making an application run on WinXP/Vista that uses Win7 features

Any good tutorials / resources to learn Win32 GDI? [closed]

windows winapi gdi

SetTimer Callback is Never Called

c++ winapi

c++ win32 Simulate Keypress with DirectInput

c++ c winapi directinput

IAutoComplete custom source with IEnumString

c++ winapi autocomplete

How do i start a process with arguments using the Win32 API?

c winapi process

How to find the starting address of an application for memory editing a process?

c# winapi memory-editing

How do I shutdown my PC with Win32 API in C?

c winapi

Send Ctrl+Key to a 3rd Party Application

Is it possible to modify an already loaded resource?

delphi winapi resources

How to stop ReadDirectoryChangesW from other thread

c++ winapi filesystems

How can I prevent a process I spawn from spawning child processes?

C++ how to move files and copy them from one disk to different without the usage of winapi?

c++ winapi copy system move

Can I determine which process sent my window a message?

winapi message

GetConsoleScreenBufferInfoEx fails due To an invalid parameter

How can i tell if i'm being called during DLL_PROCESS_DETACH after ExitProcess has been called?