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

Development Requirements

See Also

Reference

UIEventCls Class


Send comments about this topic to Microsoft.