Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

High-level HTTP client library for native C/C++ in Win32

c++ http winapi client

SendMessage vs PostMessage + WaitForSingleObject

Load the same dll multiple times [closed]

Using Golang to get Windows idle time (GetLastInputInfo or similar)

winapi go idle-timer

Where should my win32 program keep its files?

c++ winapi

Forcing the creation of a WPF Window's native Win32 handle

c# .net wpf winapi handle

DeleteFile fails on recently closed file

c++ file winapi delete-file

Windows unicode commandline argv

CreateProcess and ShellExecute differences

Demangling in MSVC

c++ winapi

SendInput() not equal to pressing key manually on keyboard in C++?

Windows API: What is the first message a window is guaranteed to receive?

winapi windows-messages

C++ Get Username From Process

c++ winapi process

Win32 - Get Main Wnd Handle of application

c++ windows winapi

What is the fastest way to determine a key press and key holding in Win32?

Windows Debugging Tools Not Installing

Does the .NET runtime internally map to win32 function calls?

.net c winapi runtime

Win32 Named mutex not released when process crashes

winapi win32-process

Why is difficult to disassemble native Win32, but easy to disassemble .NET app?

c# c++ .net winapi native

What is the relationship between C and the Windows API?

c winapi windows-ce