|
Qx v0.7
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.
| typedef unsigned long DWORD |
An unsigned 32-bit integer
| typedef void* HANDLE |
A void pointer.
Used as a reference to a Windows object.
| typedef long LONG |
A signed 32-bit integer