Qx v0.5.8
Qt Extensions Library
|
The qx-windefs header file provides a subset of Windows data types definitions. More...
Go to the source code of this file.
Typedefs | |
typedef unsigned long | DWORD |
typedef void * | HANDLE |
typedef LONG | HRESULT |
typedef long | LONG |
typedef LONG | NTSTATUS |
The purpose of this header is to allow the Qx API to refer to Windows data types without polluting user code with the entirety of windows.h and related headers.
An unsigned 32-bit integer
A void pointer.
Used as a reference to a Windows object.
ref LONG |
A signed 32-bit integer