Qx v0.5.7
Qt Extensions Library
Loading...
Searching...
No Matches
qx-windefs.h
Go to the documentation of this file.
1#ifndef QX_WINDEFS_H
2#define QX_WINDEFS_H
3
4typedef unsigned long DWORD;
5typedef long LONG;
6typedef LONG HRESULT;
7typedef LONG NTSTATUS;
8typedef void* HANDLE;
9
10#endif // QX_WINDEFS_H
LONG NTSTATUS
Definition qx-windefs.h:7
void * HANDLE
Definition qx-windefs.h:8
LONG HRESULT
Definition qx-windefs.h:6
unsigned long DWORD
Definition qx-windefs.h:4
long LONG
Definition qx-windefs.h:5