|
ReactOS 0.4.16-dev-1946-g52006dd
|

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 |
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 181 of file wdfcollection.h.
Definition at line 152 of file wdfcollection.h.
Definition at line 122 of file wdfcollection.h.
| _Must_inspect_result_ _In_ WDFKEY _In_ PCUNICODE_STRING _In_opt_ PWDF_OBJECT_ATTRIBUTES _In_ WDFCOLLECTION Collection |
Definition at line 66 of file wdfcollection.h.
Referenced by 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.