ReactOS 0.4.15-dev-7942-gd23573b
precomp.h File Reference
#include <stdarg.h>
#include <ndk/umtypes.h>
#include <hidclass.h>
Include dependency graph for precomp.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define WIN32_NO_STATUS
 
#define NTOS_MODE_USER
 
#define _HIDPI_
 
#define _HIDPI_NO_FUNCTION_MACROS_
 

Typedefs

typedef VOID(WINAPIPINTERFACE_REFERENCE) (PVOID Context)
 
typedef VOID(WINAPIPINTERFACE_DEREFERENCE) (PVOID Context)
 

Variables

HINSTANCE hDllInstance
 
const GUID HidClassGuid
 

Macro Definition Documentation

◆ _HIDPI_

#define _HIDPI_

Definition at line 10 of file precomp.h.

◆ _HIDPI_NO_FUNCTION_MACROS_

#define _HIDPI_NO_FUNCTION_MACROS_

Definition at line 11 of file precomp.h.

◆ NTOS_MODE_USER

#define NTOS_MODE_USER

Definition at line 7 of file precomp.h.

◆ WIN32_NO_STATUS

#define WIN32_NO_STATUS

Definition at line 6 of file precomp.h.

Typedef Documentation

◆ PINTERFACE_DEREFERENCE

typedef VOID(WINAPI * PINTERFACE_DEREFERENCE) (PVOID Context)

Definition at line 15 of file precomp.h.

◆ PINTERFACE_REFERENCE

typedef VOID(WINAPI * PINTERFACE_REFERENCE) (PVOID Context)

Definition at line 12 of file precomp.h.

Variable Documentation

◆ hDllInstance

HINSTANCE hDllInstance
extern

Definition at line 17 of file browser.c.

◆ HidClassGuid

const GUID HidClassGuid
extern

Definition at line 41 of file hid.c.

Referenced by HidD_GetHidGuid().