Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

Gradient Brush in Native C++?

c++ winapi native

How to find target of symbolic link in Windows C++ program

c++ winapi

Why is this call to LocalFree() causing an error?

c++ winapi

Meaning of SchedulingClass in SYSTEM_CPU_SET_INFORMATION

winapi cpu

Cannot compile Win32 application in Visual Studio

c++ winapi

Capturing WM_MOUSEMOVE events in parent window

c++ windows winapi mouseevent

Alphablend function

c++ winapi gdi alphablending

Win32 application write output to console using printf

c++ windows winapi

Is it possible to use unicode characters in a Win32 resource file?

CBTProc callback not working, setEventHookEx

c# winforms powershell winapi

How to programmatically access the 'netsh' API via Windows SDK

Sending arguments to an app-instance that resides in another process

c# .net wpf winapi ipc

How to include WinAPI without contaminating the rest of the code?

c++ winapi

Remove the limit on the number of characters that can be entered into a Win32 Edit control

ReadFile() returning 1 with "lpNumberOfBytesRead" set to 0

c++ winapi visual-c++ readfile

How to properly use %USERPROFILE% inside code?

How to check if my window gets hidden/visible?

Using Microsoft.Win32.SafeHandles vs Marshal.AllocHGlobal and Marshal.FreeHGlobal

.net winapi marshalling