ReactOS 0.4.15-dev-7788-g1ad9096
Type.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  Type {
  T_UNKNOWN = -1 , T_IGNORED_STATEMENT , T_TIDENT , T_MACRO ,
  T_DEFINE , T_VARIABLE , T_FUNCTION , T_FUNCTION_PTR ,
  T_IF , T_WHILE , T_DO , T_STRUCT ,
  SetFloat , SetInt , SetBool , SetIntArray ,
  SetBoolArray , SetFloatArray , SetMatrix , SetMatrixTranspose ,
  SetMatrixArray , SetMatrixTransposeArray , SetVector , SetVectorArray ,
  SetValue , SetMatrixPointerArray , SetMatrixTransposePointerArray
}
 

Enumeration Type Documentation

◆ Type

Initial value:
{
Type
Definition: Type.h:7
#define WdfFunctions
Definition: wdf.h:66
_Must_inspect_result_ _In_ WDFDEVICE Device
Definition: wdfchildlist.h:474
_Must_inspect_result_ _In_ WDFDEVICE _In_ PWDF_DEVICE_PROPERTY_DATA _In_ ULONG _Out_ PVOID PropertyBuffer
Definition: wdfdevice.h:4437
_Must_inspect_result_ _In_ WDFDEVICE _In_ DEVICE_REGISTRY_PROPERTY DeviceProperty
Definition: wdfdevice.h:3769
_Must_inspect_result_ _In_ WDFDEVICE _In_ PWDF_DEVICE_PROPERTY_DATA _In_ ULONG _Out_ PVOID _Out_ PULONG RequiredSize
Definition: wdfdevice.h:4439
_Must_inspect_result_ _In_ WDFDEVICE _In_ DEVICE_REGISTRY_PROPERTY _In_ ULONG BufferLength
Definition: wdfdevice.h:3771
PWDF_DRIVER_GLOBALS WdfDriverGlobals
@ WdfDeviceQueryPropertyExTableIndex
Definition: wdffuncenum.h:458
Enumerator
T_UNKNOWN 
T_IGNORED_STATEMENT 
T_TIDENT 
T_MACRO 
T_DEFINE 
T_VARIABLE 
T_FUNCTION 
T_FUNCTION_PTR 
T_IF 
T_WHILE 
T_DO 
T_STRUCT 
SetFloat 
SetInt 
SetBool 
SetIntArray 
SetBoolArray 
SetFloatArray 
SetMatrix 
SetMatrixTranspose 
SetMatrixArray 
SetMatrixTransposeArray 
SetVector 
SetVectorArray 
SetValue 
SetMatrixPointerArray 
SetMatrixTransposePointerArray 

Definition at line 6 of file Type.h.

7{
8 T_UNKNOWN = -1,
11 T_MACRO,
16 T_IF,
17 T_WHILE,
18 T_DO,
20} Type;
@ T_IGNORED_STATEMENT
Definition: Type.h:9
@ T_TIDENT
Definition: Type.h:10
@ T_WHILE
Definition: Type.h:17
@ T_DO
Definition: Type.h:18
@ T_UNKNOWN
Definition: Type.h:8
@ T_DEFINE
Definition: Type.h:12
@ T_STRUCT
Definition: Type.h:19
@ T_MACRO
Definition: Type.h:11
@ T_FUNCTION_PTR
Definition: Type.h:15
@ T_FUNCTION
Definition: Type.h:14
@ T_IF
Definition: Type.h:16
@ T_VARIABLE
Definition: Type.h:13