Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

CreateProcess STATUS_DLL_NOT_FOUND - which dll?

c++ c windows winapi dll

Different ways of exiting a process in C++

c++ winapi visual-c++

Is it possible to change HANDLE that has been opened for synchronous I/O to be opened for asynchronous I/O during its lifetime?

What's the proper response to WM_ENDSESSION with ENDSESSION_CLOSEAPP and wParam == FALSE?

session winapi message

How can I ensure that UnhookWindowsHookEx is called even upon abnormal termination?

Set a taskbar text different from the Window title in wpf

c# wpf winapi

How to get list of all window handles in Java (Using JNA)?

java windows winapi jna

How to intercept the access to a file in a .NET Program

c# .net winapi file-access

.NET: How do I invoke a delegate on a specific thread? (ISynchronizeInvoke, Dispatcher, AsyncOperation, SynchronizationContext, etc.)

Correct usage of SetDeviceGammaRamp

winapi gamma

Is calling DispatchMessage in win32 programs necessary?

windows winapi

What's the supportedOS GUID for Windows 11?

What do I have to do to make my WH_SHELL or WH_CBT hook procedure receive events from other processes?

windows delphi winapi hook

How to select an item in a TreeView using Win32 API

c# api winapi c#-4.0

Is There a Winapi way to Move a File to The Recycling Bin?

c++ winapi command-line

What's the best way do determine if an HWND represents a top-level window?

c++ c windows winapi

Does a win32 application have one message loop? Or is it one message loop per window?

c++ c winapi

How do I `std::bind` a non-static class member to a Win32 callback function `WNDPROC`?

How to send HTTPS request using WinInet?

Setting focus to a Windows application from Node-JS