Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

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

WPARAM and LPARAM parameters

c++ api winapi

Driving a Windows GUI program from a script

Is there Windows system event on active window changed?

c# .net windows winapi hook

SendInput doesn't perform click mouse button unless I move cursor

How would I load a PNG image using Win32/GDI (no GDI+ if possible)?

c++ image winapi png gdi

UTF-8 in Windows

c windows winapi unicode utf-8

EnumProcesses() vs CreateToolhelp32Snapshot()

c++ c windows winapi