Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

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

Windows threading: _beginthread vs _beginthreadex vs CreateThread C++

c++ c multithreading winapi

How to find if a native DLL file is compiled as x64 or x86?

c# .net winapi 64-bit x86-64

Why in C++ do we use DWORD rather than unsigned int? [duplicate]

c++ winapi types dword

Cannot open include file 'afxres.h' in VC2010 Express

ImportError: no module named win32api

python winapi

When do we need to set ProcessStartInfo.UseShellExecute to True?

c# .net winapi

What is __stdcall?