ICCMTargetedUpdate::GetRebootDeadline Method
Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
The GetRebootDeadline method, in Configuration Manager, gets the software update reboot deadline.
[IDL]
HRESULT GetRebootDeadline(
DATE* pdtDeadline
);
Parameters
pdtDeadline
Data type: DATEQualifiers: [out, retval]
Pointer to the date and time when a computer is rebooted after the installation of the software update. If the software update is optional or the reboot is suppressed, set this parameter to zero. The parameter must not be set to a null pointer.
Return Values
An HRESULT code. Possible values include, but are not limited to, the following:
- S_OK
The method succeeded.
Requirements
Runtime Requirements
For more information, see Configuration Manager Client Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Client Development Requirements.