Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

Are any special security rights required to read performance data counters on Windows?

Is __finally supposed to run after EXCEPTION_CONTINUE_SEARCH?

Which Win32 function must I use to copy a file to a smartphone folder?

c# .net vb.net file winapi

Is there a Win32 API to monitor, location, and orientation of Taskbar "Notification Area"?

winapi windows-10 win32gui

How to use std::shared_mutex on Vista/Server 2008?

c++ windows winapi c++17

Restore suppressed cursor after touch injection

c# wpf windows winapi pinvoke

How TeamViewer simulates Ctrl-Alt-Del on Windows programmatically?

c++ security winapi teamviewer

Low-level Keyboard Hooks/SendInput with Winkey+L possible? (workstation lockout is intercepted in Vista and higher)

Asynchronous io in c using windows API: which method to use and why does my code execute synchronous?

WinRT and software ClearType font rendering

Can't open COM1 from application launched at startup

Why is the SetupDiCallClassInstaller function restricted to 64 bit programs?

winapi 64-bit 32-bit setupapi

FileDialog crash when bottom 4GB full

How to create a partition without Windows assigning a drive letter?

c++ winapi windows-7

Send Win API paste cmd from background C# app

Consistent backups in python

Determine whether a COM is a In-Proc or LocalServer

c++ windows winapi com

Intercept mouse click from other program

Replicate Visual Studio 2013 custom GUI in winapi

Why is std::mutex twice as slow as CRITICAL_SECTION