Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

Proper use of CommandLineToArgvW?

c++ winapi

C++ code to delete all files in a folder with FindFirstFile/FindNextFile

c++ windows file winapi

How to distinguish WM_MOUSE*** messages generated by touch pad from generated by mouse device?

windows winapi input touch

How to use Visual Studio 2019 to target Windows 7?

c++ winapi windows-7

Obtain thread handle from thread id of ANOTHER process

When to call PostQuitMessage

c++ c winapi application-close

SetWinEventHook does not catch any event

WIN32 Logon question

winapi active-directory

SwapBuffers causes redraw

c++ c winapi opengl

GetWindowRect returns wrong values on one application, all other applications are correct

c# .net windows winapi

Windows API Wrapper for .Net?

c# winapi wrapper

Is it possible to create an XOR pen like DrawFocusRect()?

c winapi gdi

cfapi CF_CALLBACK_TYPE_FETCH_PLACEHOLDERS calls back repeatedly

c++ windows winapi minifilter

What data type does HWND type belong to?

ruby windows winapi

I keep getting "Unable to find an entry point named 'GetWindowLongPtrA' in DLL 'user32.dll'" [duplicate]

Custom icon not displayed in upper left corner or on task bar

c++ winapi icons

Different disk serial number result from GetVolumeInformation()

c++ winapi disk hardware-id

List of installed programs

python winapi pywin32

How can I define an UUID for a class, and use __uuidof, in the same way for g++ and Visual C++?

c++ winapi visual-c++ g++ uuid

Wait for file to be unlocked - Windows

c windows winapi