IUIEventCls::LogoffRequired 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 IUIEventCls::LogoffRequired method, in Configuration Manager, is called when the client runs a program that requires a user to log off after the successful completion of a program. This method is called for both optional and mandatory programs.
[IDL]
HRESULT LogoffRequired(
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.