????

Your IP : 18.223.124.91


Current Path : C:/Windows/System32/wbem/
Upload File :
Current File : C:/Windows/System32/wbem/DscTimer.mof

��#pragma autorecover

#pragma classflags(64)

#pragma namespace("\\\\.\\root\\Microsoft\\Windows\\DesiredStateConfiguration")



// Update: Fri 11/06/2015 14:23:48.73



Instance of __Win32Provider as $prov

{

  Name = "dsctimer";

  ClsId = "{9C49FB9B-4E8C-43AE-BACF-76404B422264}";

  ImpersonationLevel = 1;

  HostingModel = "NetworkServiceHost";

  version = 1073741825;

};



Instance of __MethodProviderRegistration

{

  Provider = $prov;

};



[ClassVersion("1.0.0"),locale(1033),dynamic : ToInstance,provider("dsctimer") : ToInstance] 

class MSFT_DscTimer

{

  [implemented,static : ToSubclass DisableOverride] uint32 StartDscTimer([In] uint32 ConsistencyTimerValue,[In] uint32 RefreshTimerValue);

  [implemented,static : ToSubclass DisableOverride] uint32 StartDscReportingTimer([In] uint32 ReportingTimerValue);

};