Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

How do I draw my own submenu arrow in owner draw menus (and prevent windows from painting its arrow on top of mine)

Can two DCs share one GDI object (brush, pen, etc.)?

windows winapi gdi

uniquiely differentiate between multiple cameras [dshow, directx, win32api]

winapi camera directshow

Setting THotKey to VK_NEXT results in "NUM 3" being displayed

delphi winapi

How can a string parameter be of type byte * and of type wchar_t * at the same time?

c winapi char wchar-t

WASAPI: Play sine wave sound in minimum latency without glitches (exclusive-event driven mode)

c++ winapi audio wasapi

AMSI: perform malware scanning of large files by chunks

c# winapi malware-detection

How to clear specified format data from clipboard?

c++ windows winapi

__stdcall - WINAPI vs STDMETHODCALLTYPE vs APIENTRY

c++ winapi

WTL way of forcing resources to load from a dll in a non mfc app? (we are using WTL/ATL, not straight win32)

c++ winapi resources atl wtl

C++ Win32, easiest way to show a window with a bitmap

c++ winapi bitmap gdi

Is there anyway to dynamically free thread-local storage in the Win32 APIs?

Odd behavior of windows Impersonation

golang, call GetVolumeInformation winapi function

winapi go

C++/Win32 Dynamically calling a function without knowing its signature

c++ c winapi dynamic dll

GetGuiResources WIn32 API usage

c++ winapi mfc win32gui

Simulate mouse click without moving the cursor

TCP connections with overlapped I/O

relationship of c compiler and c standard library