#pragma autorecover #pragma classflags(64) #pragma namespace("\\\\.\\Root\\WMI") instance of __namespace{ name="MS_804";}; #pragma namespace("\\\\.\\Root\\WMI\\MS_804") [AMENDMENT, LOCALE(0x0804)] class IIS_IsapiTrace : EventTrace { [Description("Levels") : Amended,ValueDescriptions{"Abnormal exit or termination", "Severe errors", "Warnings", "Information", "Detailed information"} : Amended] uint32 Level; }; [Description("IIS User Request") : Amended,AMENDMENT, LOCALE(0x0804)] class Isapi_Req_Trans : IIS_IsapiTrace { }; [Description("Call Isapi Extension") : Amended,EventTypeName("CALL_ISAPI_EXTENSION") : Amended,AMENDMENT, LOCALE(0x0804)] class IsapiCallExtension : Isapi_Req_Trans { [Description("Context ID") : Amended] object ContextId; [Description("DLL Name") : Amended] string DllName; }; [Description("Notify Isapi of Completion") : Amended,EventTypeName("NOTIFY_ISAPI_COMPLETION") : Amended,AMENDMENT, LOCALE(0x0804)] class IsapiNotifyCompletion : Isapi_Req_Trans { [Description("Context ID") : Amended] object ContextId; }; [Description("Isapi Extension Done") : Amended,EventTypeName("ISAPI_EXTENSION_DONE") : Amended,AMENDMENT, LOCALE(0x0804)] class IsapiExtensionDone : Isapi_Req_Trans { [Description("Context ID") : Amended] object ContextId; };