IUIEventCls::RebootRequired 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
Important
This method is no longer used in Configuration Manager.
The IUIEventCls::RebootRequired method is called when the client runs a program that requires a restart after the successful completion of a program. This method is called for both optional and mandatory programs.
[IDL]
HRESULT RebootRequired(
long nCountDown,
long nFinalInterval
);
Parameters
nCountDown
Data type: LongQualifiers: [in]
The countdown value.
nFinalInterval
Data type: LongQualifiers: [in]
The final interval value.
Return Values
None.
Requirements
UIEvent.dll.
Runtime Requirements
For more information, see Configuration Manager Client Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Client Development Requirements.