Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

Change wallpaper programmatically using c++ and windows api

How to check with WINAPI file path is disk or file or directory?

winapi

Why does this code compile?

Disable MessageBeep on Invalid Syskeypress

c++ winapi

Notification of when a network interface is ready on Windows

windows winapi networking

What's with these g++ "multiple definition" errors?

c++ winapi makefile g++ mingw

How to save the client area of a child Window to a Bitmap file?

What bad things may happen without calling to ReleaseDC?

c++ winapi opengl graphics gdi

How to turn on/off the monitor(s)?

Are Windows window classes case-sensitive?

What's the purpose of registering window classes?

windows winapi

What is happening in this WinMain() declaration?

c++ winapi

CreateFile always override the specified file

c visual-studio-2010 winapi

How to concatenate two LPCWSTR's in c++

Critical Sections and return values in C++

Mapping unmanaged data to a managed structure in .NET

c# .net winapi pinvoke unmanaged

RC2247 : Cannot open Rc file : Resource explorer cannot load resource ; Load failed

Win32 API: How to catch escape key in Edit control?

c++ winapi

Why is this code considered reetrant and what exactly happens when the OS interrupts a thread?

Graceful exit when closing console window

c++ windows winapi