Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

Working example of CreateJobObject/SetInformationJobObject pinvoke in .net?

c# .net winapi .net-4.0 pinvoke

What is the smallest possible Windows (PE) executable?

WinAPI: Create a window with a specified client area size

Can a Win32 console application detect if it has been run from the explorer or not?

winapi console

How do I add a manifest to an executable using mt.exe?

windows manifest winapi mt

How do I get the HMODULE for the currently executing code?

c++ c winapi

System Error. Code: 8. Not enough storage is available to process this command

delphi winapi

How can a Win32 process get the pid of its parent?

winapi process

Add browser action button in internet explorer BHO

Wiggling the mouse

c# winapi mouse

Redirecting cout to a console in windows

c++ winapi

Setting the initial directory of an SaveFileDialog?

c# .net wpf winapi

Why does the Win32-API have so many custom types?

c winapi

Win32 API to enumerate dll export functions?

c++ windows winapi dll

Prevent windows from going into sleep when my program is running?

windows winapi sleep

How to detect win32 process creation/termination in c++

c++ winapi process

redefinition errors in WinSock2.h [duplicate]

How can I get the child windows of a window given its HWND?

c# windows winapi children

How do I store and retrieve credentials from the Windows Vault credential manager?

What is the difference between BOOL and bool?

windows winapi visual-c++ mfc