Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

SendInput() for keyboard - only lowercase

winapi keyboard sendinput

Get Sleep/Hibernate and Resume/Wakeup events in Visual Basic.NET

vb.net winapi system-calls

Windows UAC Dialog

windows winapi uac

How to make a taskbar (system tray) application in Windows

cbClsExtra and cbWndExtra

winapi window

Create a custom lock screen Windows 7

c++ windows winapi windows-7

How does GetWindowText get the name of a window owned by another process without a syscall to read that process's memory?

windows winapi system-calls

Why did Microsoft define WINAPI, CALLBACK, and APIENTRY to all refer to __stdcall?

c winapi macros stdcall

What is the difference between GetLongPathName and GetFullPathName in WinAPI?

Cpp how to turn off specific monitor?

c++ winapi

Easy way to tell if unicode character is supported in current font?

c++ c winapi c++builder

How is a non-UWP app in the Windows Store?

wpf winapi uwp

WlanHostedNetworkStartUsing or how windows 10 builtin mobile hotspot works

c++ winapi windows-10 wifi

Value of a variable using WinDbg

c++ winapi windbg

Embedding Mono in Delphi Win32

Any tools available for packing 32bit/64bit executables together? [closed]

windows winapi 64-bit packing

What error codes can occur with CopyFileEx?

c++ winapi

Prevent Modal Dialog on win32 process crash

c++ winapi

SendInput() isn't "sending" the correct shifted characters?

How do I ensure no re-entrant access to my main-STA COM server (C++)?

c++ com winapi