Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

Drawing in the extended frame gives strange colors

c++ winapi dwm

WinAPI LPWSTR, C++11 u16string?

c++ winapi unicode c++11

How to set exact client size for overlapped window? (winapi)

Win32 WndProc as class member [duplicate]

c++ winapi mingw

In which cases GetSystemInfo/GetLogicalProcessorInformationEx returns different processor count within the same program run?

windows winapi processor cpuid

MiniDumpWriteDump() hangs

How to read a file that is in use by other process?

delphi winapi

How to record wav sound from mic using Windows API?

windows winapi audio

Did WH_CALLWNDPROC hooks performance dramatically decrease with Win10 (Compared to Win7)?

winapi windows-10

Set console window size on Windows

c++ winapi

Windows API functions

windows winapi

VirtualProtectEx fails with ERROR_NOACCESS (error code 998)

c winapi

AcquireCredentialsHandle returns SEC_E_NO_CREDENTIALS

winapi sspi

Did Win8 add built-in spell checker for legacy apps too?

windows winapi windows-8

MessageBox does not print UNICODE characters

c++ winapi

load a ttf font with the Windows API

windows winapi

DirectWrite text position different by font size

c++ winapi directwrite

Events fired when the display power is switched On/Off

c# .net winforms winapi screen

How to intercept each trying to use API function in C#?

c# winapi hook intercept