Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

Why I can call StringFromCLSID even without the calling of CoInitializeEx before?

c++ winapi visual-c++ com

try/catch with __debugbreak()

c++ winapi exception

Is shared memory coherent across processes in Windows?

winapi

Are Win32 applications automatically linked against ntdll.dll?

Draw semitransparently in invisible layered window

c++ windows winapi

How to extract the character from WM_KEYDOWN in PreTranslateMessage(MSG*pMsg)

Is there a WinAPI message when a Windows UAC prompt is triggered?

windows winapi uac direct3d

Is wchar_t needed to support unicode when using the WinApi?

c++ winapi visual-c++ unicode

WinAPI - CryptDecrypt() not working properly in AES 256

c winapi encryption aes wincrypt

Disabling Text Editing in an EDITTEXT box in C++ while keeping scrolling enabled

c++ winapi

Winapi.ShLwApi.StrFormatByteSize64 treats my app as a DLL

Creating a function for displaying status updates with printf style string formatting on an MFC control

c++ winapi mfc dialog atl

Determine window visibility in Vista

winapi windows-vista

How do I reset my LDAP password from Perl?

perl winapi ldap passwords

Debugging multithreaded applications [duplicate]

Placing toolbar into Windows taskbar (ala language bar)

windows winapi taskbar

How to know child process status and resource usage on windows?

VC++ win32 API programming: how can I get the image out of the clipboard and display it in a windows?

How to capture a part of a screen using Ruby on Windows?

ruby winapi screen-scraping

Why not call FreeLibrary from entry point function?