New posts in winapi

How can I get the path of a Windows "special folder" for a specific user?

C++ Get Username From Process

How to get a list of video capture devices (web cameras) on windows? (C++)

Illegal token on right side of ::

How to open Explorer with a specific file selected?

Creating video from images using Microsoft media foundation

How to kill processes by name? (Win32 API)

Setting the initial directory of an SaveFileDialog?

Read process memory of a process does not return everything

How to draw custom button in Window Titlebar with Windows Forms?

How can I get a process handle by its name in C++?

Correctly reading a utf-16 text file into a string without external libraries?

Win32Exception Not enough storage is available to process this command

malloc() vs. HeapAlloc()

Creating a ZIP file on Windows (XP/2003) in C/C++

How can I change the background color of a button WinAPI C++

get process name from process id (win32)

Save HBITMAP to *.bmp file using only Win32

How to gracefully terminate a process?

IntPtr, SafeHandle and HandleRef - Explained