Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

What is _WIN32_WINNT and how does it work?

c++ winapi windows-7

Fast way to determine if a PID exists on (Windows)?

python c winapi pid

Read a PNG Using Win32 / C++

windows winapi png

Win32 files locked for reading: how to find out who's locking them

c++ visual-c++ winapi file-io

How to draw vertical text in Windows GUI?

Sharing HDC between different processes

windows winapi ipc gdi

WM_KEYDOWN confusion

c++ winapi

How to pass a method as callback to a Windows API call?

delphi winapi

What is the type GUID?

delphi winapi

Initialise a GUID variable: How?

c++ winapi

Click on 'OK' button of message box using WINAPI in c#

c# winapi messagebox

How can I override ClearType setting when drawing text using the Win32 API?

Icon.FromHandle: should I Dispose it, or call DestroyIcon?

c# .net winapi icons idisposable

Is there a TRACE statement for basic win32 C++?

How to detect that a given PE file (exe or dll) is 64 bit or 32 bit

c++ winapi x86 64-bit

How can I run an executable from RAM using C++?

c++ windows winapi

Why does WaitForSingleObject(INVALID_HANDLE_VALUE, INFINITE) block?

How to pop-up the Windows context menu for a given file using Delphi?

delphi winapi registry

Is there a Core Linux API analogous to Windows WINAPI, in particular for creating GUI applications?

linux user-interface winapi

Java Memory-mapped files?