Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

SendMessage(HWND_BROADCAST, ....) hangs

windows winapi

What does it mean: "A child-process can inherit the handle"?

windows winapi handle

Detect if Mouse button already pressed before form shows

windows delphi winapi delphi-7

Converting Win16 C code to Win32

c windows winapi 16-bit

Get Application's Window Handles

c# .net winapi handle

CreateProcess() fails with an access violation [duplicate]

c winapi createprocess

How do you use std::system_error with GetLastError?

c++ winapi c++11

How can I get the byte size of std::wstring?

c++ string winapi size wstring

Get the full name of a waveIn device

winapi audio

Is there a way to detect if the system clock has been changed backwards in windows?

windows winapi

CreateFile: direct write operation to raw disk "Access is denied" - Vista, Win7

c++ .net c winapi windows-7

Parallelizing a for loop gives no performance gain

c++ winapi tbb ppl parallel-for

What's the main developing framework for the next Windows?

Is it OK to call pthread_exit from main?

What is difference between TCHAR and WCHAR?

c++ winapi

initializing a LPCTSTR /LPCWSTR [duplicate]

c++ winapi

Is it a mistake to check a `HWND` against `INVALID_HANDLE_VALUE`?

c windows winapi

Create modified HFONT from HFONT

c++ c winapi

Handle CTRL+C on Win32

Usage of CoTaskMemAlloc?

windows winapi com