Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

Getting size of LPTSTR or CHAR* containing hex values

c windows string winapi sizeof

How to get full paths of all the folders that are currently open in Windows Explorer with C#?

c# winapi

GetFileAttributesA is returning "17" for an existing directory. "16" means it's a directory and there's no mention of "17" in documentation

SetWindowsHookEx(WH_KEYBOARD) only yields first event, sequential events

c# winapi interop

Win32 detect if window is maximized/docked to half screen (Win-key + Left/Right)

c++ winapi

Get service name inside service

change text color in win32 richedit

c++ winapi richedit

How to get the number of columns in a list control

winapi comdlg32

Manipulating a scroll bar window in another application

c# .net winapi interop

Why doesn't narrator report itself as a screen reader to windows?

Reading current installed version of an application using windows api

c# windows winapi

Is it possible to stop `powershell` wrapping output in ANSI sequences?

Write a unicode CString to a file using WriteFile API

winapi atl cstring writefile

WaitForSingleObject not work

c++ winapi

Printing the DLLs imported by a PE (64 bit) [duplicate]