Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

Marshal.AllocHGlobal VS Marshal.AllocCoTaskMem, Marshal.SizeOf VS sizeof()

Best method for storing this pointer for use in WndProc

c++ windows winapi oop wndproc

How to check if a process has the administrative rights

c++ winapi

RegSvr32 exit codes documentation?

windows winapi dll com regsvr32

How can I tell if a window has focus? (Win32 API)

windows winapi hwnd

How do I use MultiByteToWideChar?

How do I retrieve an error string from WSAGetLastError()?

c winapi sockets winsock

Compile error in 'winbase.h'

Why does closing a console that was started with AllocConsole cause my whole application to exit? Can I change this behavior?

Removing window border?

How can I get the SID of the current Windows account?

c# c++ windows winapi sid

What is the difference between GetClientRect and GetWindowRect in WinApi?

c++ windows winapi gdi

Replacing WinMain() with main() function in Win32 programs

c++ winapi

Good or evil - SetParent() win32 API between different processes

windows winapi

What happens internally when a file path exceeds approx. 32767 characters in Windows?

windows winapi internals

How do I send key strokes to a window without having to activate it using Windows API?

How can I invalidate the file system cache?

How to send text to Notepad in C#/Win32?

c# winapi

How to call an external program with parameters?

Win32: Bring a window to top

c++ winapi visual-c++