ReactOS 0.4.16-dev-258-g81860b4
|
Go to the source code of this file.
Macros | |
#define | _LIT_(a) # a |
#define | LITERAL(a) _LIT_(a) |
#define | __PrintUnfiltered(...) DbgPrintEx(DPFLTR_DEFAULT_ID, DPFLTR_ERROR_LEVEL, __VA_ARGS__); |
#define | __Print(_x_) |
#define | WDF_ENHANCED_VERIFIER_OPTIONS_VALUE_NAME L"EnhancedVerifierOptions" |
Typedefs | |
typedef NTSTATUS(* | PFN_RTL_GET_VERSION) (__out PRTL_OSVERSIONINFOW VersionInformation) |
Functions | |
_Must_inspect_result_ NTSTATUS | FxLibraryCommonCommission (VOID) |
_Must_inspect_result_ NTSTATUS | FxLibraryCommonDecommission (VOID) |
_Must_inspect_result_ NTSTATUS | FxLibraryCommonRegisterClient (__inout PWDF_BIND_INFO Info, __deref_out PWDF_DRIVER_GLOBALS *WdfDriverGlobals, __in_opt PCLIENT_INFO ClientInfo) |
_Must_inspect_result_ NTSTATUS | FxLibraryCommonUnregisterClient (__in PWDF_BIND_INFO Info, __in PWDF_DRIVER_GLOBALS WdfDriverGlobals) |
VOID | GetEnhancedVerifierOptions (__in PCLIENT_INFO ClientInfo, __out PULONG Options) |
VOID | LibraryLogEvent (__in PDRIVER_OBJECT DriverObject, __in NTSTATUS ErrorCode, __in NTSTATUS FinalStatus, __in PWSTR ErrorInsertionString, __in_bcount(RawDataLen) PVOID RawDataBuf, __in USHORT RawDataLen) |
Variables | |
ULONG | WdfLdrDbgPrintOn |
PCHAR | WdfLdrType |
WDFVERSION | WdfVersion |
RTL_OSVERSIONINFOW | gOsVersion |
#define __Print | ( | _x_ | ) |
Definition at line 24 of file fxlibrarycommon.h.
#define __PrintUnfiltered | ( | ... | ) | DbgPrintEx(DPFLTR_DEFAULT_ID, DPFLTR_ERROR_LEVEL, __VA_ARGS__); |
Definition at line 21 of file fxlibrarycommon.h.
Definition at line 18 of file fxlibrarycommon.h.
#define WDF_ENHANCED_VERIFIER_OPTIONS_VALUE_NAME L"EnhancedVerifierOptions" |
Definition at line 32 of file fxlibrarycommon.h.
typedef NTSTATUS(* PFN_RTL_GET_VERSION) (__out PRTL_OSVERSIONINFOW VersionInformation) |
Definition at line 35 of file fxlibrarycommon.h.
_Must_inspect_result_ NTSTATUS FxLibraryCommonCommission | ( | VOID | ) |
Definition at line 224 of file fxlibrarycommon.cpp.
Referenced by WDF_LIBRARY_COMMISSION().
_Must_inspect_result_ NTSTATUS FxLibraryCommonDecommission | ( | VOID | ) |
Definition at line 293 of file fxlibrarycommon.cpp.
Referenced by WDF_LIBRARY_DECOMMISSION().
_Must_inspect_result_ NTSTATUS FxLibraryCommonRegisterClient | ( | __inout PWDF_BIND_INFO | Info, |
__deref_out PWDF_DRIVER_GLOBALS * | WdfDriverGlobals, | ||
__in_opt PCLIENT_INFO | ClientInfo | ||
) |
Definition at line 330 of file fxlibrarycommon.cpp.
Referenced by WDF_LIBRARY_REGISTER_CLIENT().
_Must_inspect_result_ NTSTATUS FxLibraryCommonUnregisterClient | ( | __in PWDF_BIND_INFO | Info, |
__in PWDF_DRIVER_GLOBALS | WdfDriverGlobals | ||
) |
Definition at line 524 of file fxlibrarycommon.cpp.
Referenced by WDF_LIBRARY_UNREGISTER_CLIENT().
VOID GetEnhancedVerifierOptions | ( | __in PCLIENT_INFO | ClientInfo, |
__out PULONG | Options | ||
) |
Definition at line 583 of file fxlibrarycommon.cpp.
Referenced by FxLibraryCommonRegisterClient().
VOID LibraryLogEvent | ( | __in PDRIVER_OBJECT | DriverObject, |
__in NTSTATUS | ErrorCode, | ||
__in NTSTATUS | FinalStatus, | ||
__in PWSTR | ErrorInsertionString, | ||
__in_bcount(RawDataLen) PVOID | RawDataBuf, | ||
__in USHORT | RawDataLen | ||
) |
Definition at line 633 of file fxlibrarycommon.cpp.
Referenced by ReportDdiFunctionCountMismatch(), and WDF_LIBRARY_REGISTER_CLIENT().
|
extern |
Definition at line 104 of file version.cpp.
Referenced by FxLibraryCommonCommission().
|
extern |
Definition at line 106 of file version.cpp.
Referenced by FxLibraryCommonRegisterClient().
|
extern |
Definition at line 108 of file version.cpp.
Referenced by FxInitializeBugCheckDriverInfo().
|
extern |
Referenced by FxLibraryCommonRegisterClient(), and RosInitWdf().