Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

Is it reasonable to use std::basic_string<t> as a contiguous buffer when targeting C++03?

c++ string winapi stl c++03

Enumerate windows like alt-tab does

c# windows winapi

Why does CreateProcess give error 193 (%1 is not a valid Win32 app)

Code analysis says Inconsistent annotation for 'wWinMain' : this instance has no annotations

Marshal.AllocHGlobal VS Marshal.AllocCoTaskMem, Marshal.SizeOf VS sizeof()

Best method for storing this pointer for use in WndProc

c++ windows winapi oop wndproc

How to check if a process has the administrative rights

c++ winapi

RegSvr32 exit codes documentation?

windows winapi dll com regsvr32

How can I tell if a window has focus? (Win32 API)

windows winapi hwnd

How do I use MultiByteToWideChar?

How do I retrieve an error string from WSAGetLastError()?

c winapi sockets winsock

Compile error in 'winbase.h'

Why does closing a console that was started with AllocConsole cause my whole application to exit? Can I change this behavior?

Removing window border?

How can I get the SID of the current Windows account?

c# c++ windows winapi sid

What is the difference between GetClientRect and GetWindowRect in WinApi?

c++ windows winapi gdi

Replacing WinMain() with main() function in Win32 programs

c++ winapi

Good or evil - SetParent() win32 API between different processes

windows winapi

What happens internally when a file path exceeds approx. 32767 characters in Windows?

windows winapi internals

How do I send key strokes to a window without having to activate it using Windows API?