Reboot Method of the CIM_OperatingSystem Class

The Reboot method requests a reboot of the operating system.

This topic uses Managed Object Format (MOF) syntax. For more information about using this method, see Calling a Method.

Syntax

MOF
uint32 Reboot();

Parameters

This method has no parameters.

Return Value

Returns a value of 0 (zero) on success, and any other number to indicate an error.

Remarks

This method is currently not implemented by WMI. To use this method, you must implement it in your own provider.

For WMI classes that are derived from CIM_OperatingSystem, see Win32 Classes.

This documentation is derived from the CIM class descriptions published by the DMTF. Microsoft may have made changes to correct minor errors, conform to Microsoft SDK documentation standards, or provide more information.

This documentation is derived from the CIM class descriptions published by the DMTF. Microsoft may have made changes to correct minor errors, conform to Microsoft SDK documentation standards, or provide more information.

Examples

For script code examples, see WMI Tasks for Scripts and Applications and the TechNet ScriptCenter Script Repository.

For C++ code examples, see WMI C++ Application Examples.

Requirements

Minimum supported clientWindows 2000 Professional
Minimum supported serverWindows 2000 Server
MOFCimwin32.mof
DLLCimwin32.dll
Namespace\root\cimv2

See Also

CIM_OperatingSystem
CIM_OperatingSystem

Send comments about this topic to Microsoft

Build date: 11/3/2009

Tags :


Page view tracker