ReactOS 0.4.16-dev-91-g764881a
|
Go to the source code of this file.
Functions | |
WDF_EXTERN_C_START NTSYSAPI VOID NTAPI | RtlAssert (_In_ PVOID FailedAssertion, _In_ PVOID FileName, _In_ ULONG LineNumber, _In_opt_ PSTR Message) |
#define IS_AT_PASSIVE | ( | ) | WDFVERIFY(KeGetCurrentIrql() == PASSIVE_LEVEL) |
Definition at line 84 of file wdfassert.h.
#define VERIFY_IS_IRQL_PASSIVE_LEVEL | ( | ) | WDFVERIFY(KeGetCurrentIrql() == PASSIVE_LEVEL) |
Definition at line 79 of file wdfassert.h.
#define WDF_EXTERN_C |
Definition at line 40 of file wdfassert.h.
#define WDF_EXTERN_C_END |
Definition at line 42 of file wdfassert.h.
#define WDF_EXTERN_C_START |
Definition at line 41 of file wdfassert.h.
Definition at line 93 of file wdfassert.h.
Definition at line 73 of file wdfassert.h.