|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "FxSupportPch.hpp"#include "fxldrum.h"#include <strsafe.h>#include <initguid.h>#include "fxIFR.h"#include "fxIFRKm.h"
Go to the source code of this file.
Functions | |
| _Must_inspect_result_ NTSTATUS | FxTraceInitialize (VOID) |
| VOID | TraceUninitialize (VOID) |
| _Must_inspect_result_ NTSTATUS | FxWmiQueryTraceInformation (__in TRACE_INFORMATION_CLASS, __out_bcount(TraceInformationLength) PVOID, __in ULONG, __out_opt PULONG, __in_opt PVOID) |
| _Must_inspect_result_ NTSTATUS | FxWmiTraceMessage (__in TRACEHANDLE LoggerHandle, __in ULONG MessageFlags, __in LPGUID MessageGuid, __in USHORT MessageNumber,...) |
| 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,...) |
| _Must_inspect_result_ NTSTATUS FxIFR | ( | __in PFX_DRIVER_GLOBALS | FxDriverGlobals, |
| __in UCHAR | MessageLevel, | ||
| __in ULONG | MessageFlags, | ||
| __in LPGUID | MessageGuid, | ||
| __in USHORT | MessageNumber, | ||
| ... | |||
| ) |
Definition at line 613 of file tracingum.cpp.
| ULONG FxIFRGetSize | ( | __in PFX_DRIVER_GLOBALS | FxDriverGlobals, |
| __in PCUNICODE_STRING | RegistryPath | ||
| ) |
Definition at line 357 of file tracingum.cpp.
Referenced by FxIFRStart().
| VOID FxIFRStart | ( | __in PFX_DRIVER_GLOBALS | FxDriverGlobals, |
| __in PCUNICODE_STRING | RegistryPath, | ||
| __in MdDriverObject | DriverObject | ||
| ) |
Definition at line 439 of file tracingum.cpp.
| VOID FxIFRStop | ( | __in PFX_DRIVER_GLOBALS | FxDriverGlobals | ) |
Definition at line 580 of file tracingum.cpp.
| _Must_inspect_result_ NTSTATUS FxTraceInitialize | ( | VOID | ) |
Definition at line 256 of file tracingum.cpp.
| _Must_inspect_result_ NTSTATUS FxWmiQueryTraceInformation | ( | __in TRACE_INFORMATION_CLASS | TraceInformationClass, |
| __out_bcount(TraceInformationLength) PVOID | TraceInformation, | ||
| __in ULONG | TraceInformationLength, | ||
| __out_opt PULONG | RequiredLength, | ||
| __in_opt PVOID | Buffer | ||
| ) |
Definition at line 310 of file tracingum.cpp.
| _Must_inspect_result_ NTSTATUS FxWmiTraceMessage | ( | __in TRACEHANDLE | LoggerHandle, |
| __in ULONG | MessageFlags, | ||
| __in LPGUID | MessageGuid, | ||
| __in USHORT | MessageNumber, | ||
| ... | |||
| ) |
Definition at line 323 of file tracingum.cpp.
Definition at line 288 of file tracingum.cpp.