ReactOS
0.4.15-dev-5640-g0dde428
|
Go to the source code of this file.
Macros | |
#define | WDF_EXTERN_C |
#define | WDF_EXTERN_C_START |
#define | WDF_EXTERN_C_END |
Typedefs | |
typedef _Must_inspect_result_ | _IRQL_requires_max_(DISPATCH_LEVEL) WDFAPI NTSTATUS(STDCALL *PFN_WDFCOLLECTIONADD) (_In_ PWDF_DRIVER_GLOBALS DriverGlobals |
typedef _Must_inspect_result_ _In_ WDFCOLLECTION _In_ WDFOBJECT | Object |
typedef _In_ WDFCOLLECTION _In_ WDFOBJECT | Item |
typedef _In_ WDFCOLLECTION _In_ ULONG | Index |
Functions | |
WDF_EXTERN_C_START typedef _Must_inspect_result_ | _IRQL_requires_max_ (DISPATCH_LEVEL) WDFAPI NTSTATUS(STDCALL *PFN_WDFCOLLECTIONCREATE)(_In_ PWDF_DRIVER_GLOBALS DriverGlobals |
Variables | |
WDF_EXTERN_C_START typedef _Must_inspect_result_ _In_opt_ PWDF_OBJECT_ATTRIBUTES | CollectionAttributes |
WDF_EXTERN_C_START typedef _Must_inspect_result_ _In_opt_ PWDF_OBJECT_ATTRIBUTES _Out_ WDFCOLLECTION * | Collection |
#define WDF_EXTERN_C |
Definition at line 38 of file wdfcollection.h.
#define WDF_EXTERN_C_END |
Definition at line 40 of file wdfcollection.h.
#define WDF_EXTERN_C_START |
Definition at line 39 of file wdfcollection.h.
typedef _Must_inspect_result_ _IRQL_requires_max_(DISPATCH_LEVEL) WDFAPI NTSTATUS(STDCALL *PFN_WDFCOLLECTIONADD)(_In_ PWDF_DRIVER_GLOBALS DriverGlobals |
Definition at line 113 of file wdfcollection.h.
Definition at line 179 of file wdfcollection.h.
Definition at line 150 of file wdfcollection.h.
Definition at line 120 of file wdfcollection.h.
WDF_EXTERN_C_START typedef _Must_inspect_result_ _IRQL_requires_max_ | ( | DISPATCH_LEVEL | ) |
Definition at line 97 of file wdfcollection.h.
_Must_inspect_result_ _In_ WDFKEY _In_ PCUNICODE_STRING _In_opt_ PWDF_OBJECT_ATTRIBUTES _In_ WDFCOLLECTION Collection |
Definition at line 64 of file wdfcollection.h.
Referenced by _IRQL_requires_max_(), HidParser_AllocateCollection(), HidParser_BuildContext(), HidParser_GetCollectionUsagePage(), and HidParser_GetContextSize().
WDF_EXTERN_C_START typedef _Must_inspect_result_ _In_opt_ PWDF_OBJECT_ATTRIBUTES CollectionAttributes |
Definition at line 64 of file wdfcollection.h.