Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

Why can't I open a file for reading if (theoretically) I should be allowed?

c winapi file-io

How to change the GUI of the application? [duplicate]

c winapi user-interface

Programmatically get the environment variables of another process?

winapi linux-kernel

Python Get windowtitle from Process ID or Process Name

python windows winapi window

How to detect that stdio was redirected to nul?

python windows winapi stdout

How to determine development tools used to make a Windows application?

CreateFile failing with errorcode 2, while file exists

c++ c winapi

Create a background process with system tray icon

Enumerate open ports in same process

windows winapi sockets tcp port

Displaying Icons stored as resources with alpha using GDIPlus (WIn32 C++)

Windows 10/11 High DPI Aware, not receiving WM_DPICHANGED message

winapi visual-c++ highdpi

What is the overhead of calling CoInitialize multiple times? [duplicate]

winapi com

GetFirstChild in win32?

c winapi enumeration

Is it possible to advance a deadlocked thread? stuck at WaitForSingleObject

What is the purpose of the pause x86 instruction and the loop in the GetSystemTimeAsFileTime function disassembly?

Detect RPC connection loss from server-side on Windows

c++ c windows winapi rpc

How to write an old-style Windows metafile to a file

c# windows winapi

Win32 C++ BitBlt Raster Methods and Transparency

c++ winapi transparency bitblt

How do I paint a child window with FillRect()?

c++ winapi paint gdi win32gui