Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

WindowsSdkDir is not set correctly in Visual Studio 2008?

visual-studio-2008 winapi

Windows Data Types... why so redundant/undescriptive?

c winapi types history

How to get size of check and gap in check box?

c++ windows winapi checkbox

Convert a C++ program to a Windows service?

c++ winapi

How can I write a Windows application without using WinMain?

c winapi main crt winmain

How I can determine when a window handle is valid?

delphi winapi

IMAGE_FILE_LARGE_ADDRESS_AWARE and 3GB OS Switch

winapi memory

Get A Window's Bounds By Its Handle

c# winapi graphics

What's the supportedOS GUID for Windows 10?

c# winapi .net-4.0 windows-10

C++ Executing CMD Commands

How long does a UDP packet stay at a socket?

c windows winapi sockets winsock

WIN32_Processor::Is ProcessorId Unique for all computers

c# winapi wmi

Why are the standard datatypes not used in Win32 API? [duplicate]

c++ c winapi types

What's the logical difference between PostQuitMessage() and DestroyWindow()?

c++ windows winapi

Save HBITMAP to *.bmp file using only Win32

How to draw image on a window?

windows winapi createwindow

Win32 API command line arguments parsing

Passing User Data with SetTimer

c++ winapi visual-c++

get a text from the error code returns from the GetLastError() function

c++ winapi error-handling

GetMessage with a timeout

c++ windows winapi