#pragma autorecover #pragma classflags(64) #pragma namespace("\\\\.\\root\\Microsoft\\Windows\\DesiredStateConfiguration") instance of __namespace{ name="MS_804";}; #pragma namespace("\\\\.\\root\\Microsoft\\Windows\\DesiredStateConfiguration\\MS_804") [Description("作为 WMIv2 提供程序进行的 DSC 计时器实施") : Amended ToSubclass,AMENDMENT, LOCALE("MS_804")] class MSFT_DscTimer { [Description("供调用者进行调用以启动一致性和刷新计时器的界面功能。") : Amended ToSubclass] uint32 StartDscTimer([In] uint32 ConsistencyTimerValue,[In] uint32 RefreshTimerValue); [Description("创建计时器以调用每 ReportingTimerValue 分钟发送一次报告的 LCM。") : Amended ToSubclass] uint32 StartDscReportingTimer([In] uint32 ReportingTimerValue); };