The GetNextServiceWindowID WMI class method, in Configuration Manager, gets the identifier of the next service window instance closest to the current time.
The following syntax is simplified from Managed Object Format (MOF) code and defines the method.
uint32 GetNextServiceWindowID( [OUT] String NextServiceWindowID ); |
Parameters
- NextServiceWindowID
- Data type: StringQualifiers: [out]Identifier of the next service window instance closest to the current time.
Return Values
A UInt32 data type that is 0 to indicate success or nonzero to indicate failure.
For information about handling returned errors, see About Configuration Manager Errors.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Client Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Client Development Requirements.