Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

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

How get list of local network computers?

c# c++ winapi networking

WideCharToMultiByte() vs. wcstombs()

Is there a way to set the environment path programmatically in C++ on Windows?

Creating a win32 modal window with CreateWindow

Run Python Script on Selected File

Rolling One's Own Keyboard/Input system in C/C++

c++ c winapi visual-c++ keyboard

Is there a way to the hide win32 launch console from a Java program (if possible without JNI)

java winapi console