Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

What stands for lpfnWndProc?

winapi

When hooking Window's message loop, what's KBDLLHOOKSTRUCT's dwExtraInfo for

c# c++ winapi hook

Notify Icon Receives WM_LBUTTONDBLCLK But Not WM_CONTEXTMENU

c++ visual-c++-2010 winapi

How do you remove directory qualifiers to simplify pathname using the Win32 API?

c++ winapi pathname

What is the size of a socket send buffer in Windows?

c++ windows sockets winapi tcp

windows - how to link against API sets (*ms-win*) instead kernel32.dll, ntdll.dll etc.?

What is the default unicode character encoding used in Windows?

x86 assembly - how to use Windows API _WriteConsole@4 - masm32 syntax

winapi assembly x86 masm masm32

How to determine if a program needs elevated rights? [duplicate]

delphi winapi elevation

Injecting Messages into WPF Application Message Pump

c++ wpf winapi

Allocate file on NTFS without zeroing

winapi file-io ntfs

How to draw wavy underlines with Win32 TextOut

c++ winapi textout

How can I prevent (disable) video capturing of my WPF application

wpf winapi screen-capture

Parent window freezes when child window freezes altough it's from another process

delphi winapi window

How should I learn to use the Windows API with Python? [closed]

python winapi

RegSetValueEx Only shows writes first character

c++ winapi registry

CreateDIBSection: Return value vs error

windows winapi

Can you really wait on Condition Variable with WaitFor...Object(s)?