Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

How can I work with Windows security groups without knowing their localized names in advance?

windows delphi winapi delphi-7

Windows 8 SDK renamed all headers and I don't know what to include now?

What happen if 2 threads do EnterCriticalSection and thread 1 do DeleteCriticalSection

How do I create interruptible sleep in Windows with C?

Does Windows's thread-local storage initialize values?

win32 - How to draw a rectangle around a text string?

winapi gdi

In Win32, what does the size member (cb) name actually mean?

c winapi

NTDDI_VERSION setting conflicts with _WIN32_WINNT setting

c++ windows winapi

Making TAB key work in my win32 app

c++ winapi codeblocks

Which SDK do I need to ensure Windows 7 compatibility in Visual Studio C++ 2017

Atomicity of 32bit read on multicore CPU

Weird compile error dealing with Winnt.h

c++ c visual-studio winapi

How to check if a file can be created inside given directory on MS XP/Vista?

Detect if desktop is locked [duplicate]

winapi desktop

How to hook external process with SetWindowsHookEx and WH_KEYBOARD

Writing to user documents folder C++

c++ windows winapi

Moving from Windows API to Mac OS

windows macos winapi porting

Explaining the declaration/definition of HRESULT

Should I use Hungarian notation when coding WinAPI apps? [closed]

c winapi

How to make tab key press work with win32 window that is not a dialog

c++ c winapi