Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

In win32 C++ how can i enable static text control to copy text?

c++ winapi

When calling ReadDirectoryChangesW, only the first call returns any changes (both sync and async)

Get size of file in windows

c++ winapi file-management

What makes SwitchDesktop not work right after a user unlocks it session?

windows winapi wtsapi32

Get name of all handles in current process

c++ winapi handles

How to detect URL links after setting EM_AUTOURLDETECT in TRichEdit?

Reverse-engineering SEH: Why doesn't my IDENTICAL assembler code work like the original?

Python's win32api only printing to default printer

Is it possible to attach a non-console Win32 application to the invoking cmd shell?

Grouping separate processes in the Windows Taskbar

.net winapi taskbar

access serial port by visual C++

c++ winapi serial-port

What is "Module" in win32 API function GetModuleFileName or GetModuleHandle?

c++ api winapi

Output unicode symbol π and ≈ in c++ win32 console application

c++ winapi unicode ascii pi

can the infamous `ERROR_NETNAME_DELETED' error be considered an error at all? [duplicate]

How to find in a DLL which process loaded it?

c++ winapi dll

How to identify Ole object Interface?

What is the memory overhead of opening a file on Windows?

The application was unable to start correctly 0xc0000142 CreateProcessWithLogonW

c++ winapi startup-error

Can I make GetOpenFileName return paths longer than MAX_PATH?

c++ winapi mfc

Create Win32 window without WinMain function [duplicate]

c++ winapi window