Qx v0.5.7
Qt Extensions Library
Loading...
Searching...
No Matches
qx-windefs.h File Reference

The qx-windefs header file provides a subset of Windows data types definitions. More...

This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Note
This header exists largely as an implementation detail and is unlikely to be useful in external projects.

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.

See also
https://docs.microsoft.com/en-us/windows/win32/winprog/windows-data-types

Typedef Documentation

◆ DWORD

An unsigned 32-bit integer

◆ HANDLE

A void pointer.

Used as a reference to a Windows object.

◆ HRESULT

Same as LONG

Used to hold the results of Win32 related operations.

◆ LONG

ref LONG

A signed 32-bit integer

◆ NTSTATUS

Same as LONG

Used to hold the results of WinNT related operations