Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

SetWindowLong/GetWindowLong and 32-bit/64-bit CPUs

c# winapi 64-bit pinvoke 32-bit

Trying to create a scheduled task to run once using C++ , Task Scheduler 1.0 on win7

"machine sleep" + WaitForSingleObject + finite timeout

How to change path of an existing Windows Explorer window?

delphi winapi windows-shell

How do I differentiate between an empty window text and an error with the GetWindowText API?

windows winapi

IFilter replacement

c# .net winapi ifilter

Unclarity about usage of LZ functions

c++ winapi compression lzw

Why CFileDialog::GetNextPathName doesn't work when the file path is long?

c++ winapi mfc path cfiledialog

Win32 mkdir vs _mkdir

c++ winapi posix

Snipping Tool does not start a snip while running Excel Macro?

vba excel winapi

How to send a CTRL-C signal to individual threads in Python?

Programmatically check Windows 10's case sensitive directory attribute

c# windows winapi

how to compare wide characters "H2Oリテイリング" and "H2Oリテイリング"

c++ string winapi unicode

Find out which process has an exclusive lock on a USB device handle

c++ winapi usb hid device

Does WaitForSingleObject Serve as a Memory Barrier?

c multithreading winapi memory

Determine if Windows process has privilege to create symbolic link

Multilingual Unicode rendering in opengl

delphi winapi opengl unicode

Is registration-free activation possible for EXE (out-of-process) COM servers?

com dll winapi regfreecom

What's the difference between WindowFromPhysicalPoint and WindowFromPoint?

winapi

Using overlapped IO for console input?