The WPP_INIT_TRACING macro registers the provider GUID and initializes the structures that are needed for software tracing in a kernel-mode driver or user-mode application.This macro has a different signature for kernel-mode drivers and user-mode applications. Both versions of this macro a...
问定义ETW宏DoTraceMessage,WPP_CLEANUP,WPP_INIT_TRACING?EN对象宏 #define M_PI 3.1415926535 doub...
The WPP_INIT_TRACING macro registers the provider GUID and initializes the structures that are needed for software tracing in a user-mode application.复制 VOID WPP_INIT_TRACING( IN OPT LPCWSTR ApplicationName ); ParametersApplicationName This parameter is not used for user-mode applications, ...
The WPP_INIT_TRACING macro registers the provider GUID and initializes the structures that are needed for software tracing in a kernel-mode driver.Copy VOID WPP_INIT_TRACING( IN PDRIVER_OBJECT DriverObject, IN OPT PUNICODE_STRING RegistryPath ); ...