Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

How can you use CaptureStackBackTrace to capture the exception stack, not the calling stack?

Getting actual file name (with proper casing) on Windows

c++ c windows winapi

Detect if program is running with full administrator rights

GetThreadContext fails after a successful SuspendThread in Windows 7

winapi windows-7 debugging

C linux equivalent of windows QueryPerformanceCounter

c linux winapi cpu

How do you scale the title bar on a DPI aware win application?

Create window without titlebar, with resizable border and without bogus 6px white stripe

winapi windows-10 paint gdi

What happens when QueryPerformanceCounter is called?

c++ windows winapi timing

Get a font filename based on Font Name and Style (Bold/Italic)

c++ winapi fonts

Can I emit debug symbols from my Delphi application that Process Explorer can use?

delphi debugging winapi

How to create a virtual printer in Windows?

Reading from a text field in another application's window

CreateProcess such that child process is killed when parent is killed?

Is the order in which handles are returned by EnumWindows meaningful?

Can I use CreateFile, but force the handle into a std::ofstream?

c++ windows winapi iostream

How to close the window by its name?

c# winapi

When should the Win32 InterlockedExchange function be used?

multithreading winapi

Will there be a Win64 API? [closed]

Is GetLastError() kind of design pattern? Is it good mechanism?

How to get the Executable name of a window

c++ windows winapi