ReactOS 0.4.16-dev-258-g81860b4
|
#include <evntrace.h>
Go to the source code of this file.
Macros | |
#define | WPP_TRACE FxWmiTraceMessage |
#define | WPP_IFR FxIFR |
#define | WmiQueryTraceInformation FxWmiQueryTraceInformation |
Functions | |
_Must_inspect_result_ NTSTATUS | FxWmiTraceMessage (__in TRACEHANDLE LoggerHandle, __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,...) |
_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) |
#define WmiQueryTraceInformation FxWmiQueryTraceInformation |
Definition at line 64 of file fxwmicompat.h.
Definition at line 48 of file fxwmicompat.h.
#define WPP_TRACE FxWmiTraceMessage |
Definition at line 35 of file fxwmicompat.h.
_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.
_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.