Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

Is there a wsprintf()-type function from a low-level library such as kernel32.dll or ntdll.dll?

c windows winapi dll

Is it guaranteed to cancel socket operations under Windows 10+?

WM_NOTIFY and superclass chaining issue in Win32

c++ c winapi wndproc

Does someone have an optimized function to premultiply bitmap by alpha?

c++ winapi gdi+ alphablending

How to get the length of data to be read (reliably) in named pipes?

c++ windows winapi named-pipes

Why doesn't message box block the thread? [duplicate]

c++ multithreading winapi

Get all windows in taskbar

c# winapi pinvoke

How do I run the SWT Win32 extension example program locally?

winapi swt

Does owner draw only work in report mode for ListView?

c listview winapi ownerdrawn

Finding the shortcut a Windows program was invoked from

windows winapi shortcut

Find which MFC child window would receive a mouse click

mfc winapi mouse hook mouseevent

Show an (custom) error when "required" runtime libraries are not present?

Can a dialog intercept drag'n'drop messages passed to its controls?

winapi mfc drag-and-drop

Windows API: Programmatically moving the Windows IME Input box possible?

c windows winapi win32gui ime

Calling a statically-linked static method in C++

Is it safe to use c++ KillTimer() in middle of timer's execution?

c++ winapi mfc timer

How can I save currently used cursor into the stream (resource or file)?

delphi winapi cursor

Does opendir() / FindFirstFile() get a snapshot of a directory?

linux winapi posix

How to get to documenCompleted event from IWebBrowser2?

winapi activex