Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

Is it possible to eliminate flickering entirely when resizing a window?

c winapi double-buffering

What's C# threading type?

c# .net multithreading winapi

How to get the current URL from Chrome 28 from another Windows application?

c# delphi winapi google-chrome

The correct way of getting the parent window

winapi

How do you use WinHTTP to do SSL with a self signed cert

c++ c winapi ssl winhttp

No module named 'win32api'

Do I need to use CloseHandle after creating a new process?

windows winapi visual-c++

XamlCompiler error WMC1006: Cannot resolve Assembly or Windows Metadata file 'Microsoft.Win32.Registry.dll'

winapi uwp

How to determine if the current window is the active window?

c++ windows winapi mfc

Writing to the middle of the file (without overwriting data)

c++ windows winapi

Simulating keyboard input in Delphi using WinAPI

delphi winapi delphi-2009

Is there a difference between \??\ and \\?\ paths?

winapi internals

setlocale stuck on Windows

c windows visual-studio winapi

Looking for an alternative to windows messages used in inter-process communication

Does SetupDiGetClassDevs work with device instance IDs as documented?

Is KillTimer necessary?

Resolving RVA's for Import and Export tables within a PE file

c++ c winapi

In Windows, should I use CreateFile or fopen, portability aside?

Is there any way to call the Windows Native API functions from the user mode?

How to get a win32 handle of an open file in python?

python winapi