Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

Can I download the Visual C++ Command Line Compiler without Visual Studio?

c++ winapi visual-c++

How to delete a folder that name ended with a dot (".")?

windows winapi file-io

How to read a value from the Windows registry

c++ windows winapi registry

How can I get a list of all open named pipes in Windows?

windows winapi pipe

Dynamically load a function from a DLL

c++ winapi dll

Is gettimeofday() guaranteed to be of microsecond resolution?

What does LPCWSTR stand for and how should it be handled with?

c++ winapi lpcstr

Generating a unique machine id

How do I print to the debug output window in a Win32 app?

How to make an OpenGL rendering context with transparent background?

c winapi opengl transparency

How to write hello world in assembler under Windows?

winapi assembly x86 nasm

Exporting functions from a DLL with dllexport

What is a message pump?

c# winapi winmain message-pump

Check whether a path is valid

c# .net winapi path

How can a Metro app in Windows 8 communicate with a backend desktop app on the same machine?

Adding external library into Qt Creator project

c++ winapi qt qt-creator

Where can I find my .emacs file for Emacs running on Windows?

Where to find the win32api module for Python? [closed]

python winapi

Find out what process registered a global hotkey? (Windows API)

How to convert std::string to LPCWSTR in C++ (Unicode)

c++ winapi