Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

What is the exact difference between MEM_RESERVE and MEM_COMMIT states?

Keep window active while being dragged (SDL on Win32)

c++ winapi opengl sdl

what does WINAPI stand for

c windows api winapi winmain

DLL using __stdcall without name decoration: why does it even work?

c winapi dll linker

Compiler not following symbolic links in Visual Studio C++

How to start a process and make it 'independent'

c++ winapi

C# Sockets vs Pipes

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