|
ReactOS 0.4.16-dev-1948-gd260c1d
|

Go to the source code of this file.
Macros | |
| #define | WDF_EXTERN_C |
| #define | WDF_EXTERN_C_START |
| #define | WDF_EXTERN_C_END |
| #define | STDCALL __stdcall |
Typedefs | |
| typedef WDFAPI VOID(STDCALL * | PFN_WDFVERIFIERDBGBREAKPOINT) (_In_ PWDF_DRIVER_GLOBALS DriverGlobals) |
| typedef WDFAPI VOID(STDCALL * | PFN_WDFVERIFIERKEBUGCHECK) (_In_ PWDF_DRIVER_GLOBALS DriverGlobals, _In_ ULONG BugCheckCode, _In_ ULONG_PTR BugCheckParameter1, _In_ ULONG_PTR BugCheckParameter2, _In_ ULONG_PTR BugCheckParameter3, _In_ ULONG_PTR BugCheckParameter4) |
| typedef WDFAPI PVOID(STDCALL * | PFN_WDFGETTRIAGEINFO) (_In_ PWDF_DRIVER_GLOBALS DriverGlobals) |
Functions | |
| FORCEINLINE VOID | WdfVerifierDbgBreakPoint () |
| FORCEINLINE VOID | WdfVerifierKeBugCheck (_In_ ULONG BugCheckCode, _In_ ULONG_PTR BugCheckParameter1, _In_ ULONG_PTR BugCheckParameter2, _In_ ULONG_PTR BugCheckParameter3, _In_ ULONG_PTR BugCheckParameter4) |
| FORCEINLINE PVOID | WdfGetTriageInfo () |
Definition at line 48 of file wdfverifier.h.
| #define WDF_EXTERN_C |
Definition at line 39 of file wdfverifier.h.
| #define WDF_EXTERN_C_END |
Definition at line 41 of file wdfverifier.h.
| #define WDF_EXTERN_C_START |
Definition at line 40 of file wdfverifier.h.
| typedef WDFAPI PVOID(STDCALL * PFN_WDFGETTRIAGEINFO) (_In_ PWDF_DRIVER_GLOBALS DriverGlobals) |
Definition at line 118 of file wdfverifier.h.
| typedef WDFAPI VOID(STDCALL * PFN_WDFVERIFIERDBGBREAKPOINT) (_In_ PWDF_DRIVER_GLOBALS DriverGlobals) |
Definition at line 60 of file wdfverifier.h.
| typedef WDFAPI VOID(STDCALL * PFN_WDFVERIFIERKEBUGCHECK) (_In_ PWDF_DRIVER_GLOBALS DriverGlobals, _In_ ULONG BugCheckCode, _In_ ULONG_PTR BugCheckParameter1, _In_ ULONG_PTR BugCheckParameter2, _In_ ULONG_PTR BugCheckParameter3, _In_ ULONG_PTR BugCheckParameter4) |
Definition at line 79 of file wdfverifier.h.
| FORCEINLINE PVOID WdfGetTriageInfo | ( | ) |
Definition at line 126 of file wdfverifier.h.
| FORCEINLINE VOID WdfVerifierDbgBreakPoint | ( | ) |
Definition at line 68 of file wdfverifier.h.
| FORCEINLINE VOID WdfVerifierKeBugCheck | ( | _In_ ULONG | BugCheckCode, |
| _In_ ULONG_PTR | BugCheckParameter1, | ||
| _In_ ULONG_PTR | BugCheckParameter2, | ||
| _In_ ULONG_PTR | BugCheckParameter3, | ||
| _In_ ULONG_PTR | BugCheckParameter4 | ||
| ) |
Definition at line 97 of file wdfverifier.h.