|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Functions | |
| _Must_inspect_result_ NTSTATUS | FxTraceInitialize (VOID) |
| VOID | TraceUninitialize (VOID) |
| _Must_inspect_result_ NTSTATUS | FxWmiTraceMessage (__in TRACEHANDLE LoggerHandle, __in ULONG MessageFlags, __in LPGUID MessageGuid, __in USHORT MessageNumber, __in ...) |
| ULONG | FxIFRGetSize (__in PFX_DRIVER_GLOBALS FxDriverGlobals, __in PCUNICODE_STRING RegistryPath) |
| VOID | FxIFRStart (__in PFX_DRIVER_GLOBALS FxDriverGlobals, __in PCUNICODE_STRING RegistryPath, __in MdDriverObject DriverObject) |
| VOID | FxIFRStop (__in PFX_DRIVER_GLOBALS FxDriverGlobals) |
| _Must_inspect_result_ NTSTATUS | FxIFR (__in PFX_DRIVER_GLOBALS FxDriverGlobals, __in UCHAR MessageLevel, __in ULONG MessageFlags, __in LPGUID MessageGuid, __in USHORT MessageNumber, __in ...) |
| _Must_inspect_result_ NTSTATUS FxIFR | ( | __in PFX_DRIVER_GLOBALS | FxDriverGlobals, |
| __in UCHAR | MessageLevel, | ||
| __in ULONG | MessageFlags, | ||
| __in LPGUID | MessageGuid, | ||
| __in USHORT | MessageNumber, | ||
| __in ... | |||
| ) |
Definition at line 334 of file tracing.cpp.
| ULONG FxIFRGetSize | ( | __in PFX_DRIVER_GLOBALS | FxDriverGlobals, |
| __in PCUNICODE_STRING | RegistryPath | ||
| ) |
Definition at line 136 of file tracing.cpp.
Referenced by FxIFRStart().
| VOID FxIFRStart | ( | __in PFX_DRIVER_GLOBALS | FxDriverGlobals, |
| __in PCUNICODE_STRING | RegistryPath, | ||
| __in MdDriverObject | DriverObject | ||
| ) |
Definition at line 222 of file tracing.cpp.
| VOID FxIFRStop | ( | __in PFX_DRIVER_GLOBALS | FxDriverGlobals | ) |
Definition at line 299 of file tracing.cpp.
Referenced by FxLibraryCommonUnregisterClient().
| _Must_inspect_result_ NTSTATUS FxTraceInitialize | ( | VOID | ) |
Definition at line 47 of file tracing.cpp.
Referenced by FxLibraryCommonCommission().
| _Must_inspect_result_ NTSTATUS FxWmiTraceMessage | ( | __in TRACEHANDLE | LoggerHandle, |
| __in ULONG | MessageFlags, | ||
| __in LPGUID | MessageGuid, | ||
| __in USHORT | MessageNumber, | ||
| __in ... | |||
| ) |
Definition at line 104 of file tracing.cpp.
Definition at line 79 of file tracing.cpp.
Referenced by FxLibraryCommonDecommission().