Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

how does windows wchar_t handle unicode characters outside the basic multilingual plane?

winapi unicode wchar-t

How to change default sound playback device programmatically?

windows winapi visual-c++ mci

Win32 function to OpenFileDialog?

winapi openfiledialog

com0com virtual port not found

winapi com0com

Why we need to call UpdateWindow following ShowWindow?

windows winapi

Why is C <stdio.h> FILE* fread() faster than Win32 ReadFile()?

c++ c winapi file-io

Windows 8 taskmanager app history in C#

c# winapi windows-8

How to play a standard windows sound?

winapi audio

How to get coordinates of window client area

c# winapi

Pros and Cons of using SetProcessWorkingSetSize

How do I get the window handle of the desktop?

c++ windows winapi shell desktop

Delphi XE and Trapping Arrow Key with OnKeyDown

Hosting the .NET runtime in a Delphi Program

.net delphi winapi com interop

C++ Win32 Console Color

c++ winapi colors console

Why can't my WndProc be in a class?

c++ winapi

C library vs WinApi

c++ c winapi visual-c++

How to make multiple windows using Win32 API

c++ windows winapi

Launching a process in user’s session from a service

Is it reasonable to call CloseHandle() on a thread before it terminates?

multithreading winapi

Get memory usage of computer in Windows with Python