IMsoComponentManager::FContinueIdle Method

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Indicates whether a component can continue its idle-time processing.

BOOL FContinueIdle();

Return Value

TRUE if the component can continue its idle time processing; otherwise, FALSE. If FALSE, the component returns from the IMsoComponent::FDoIdle method.

Remarks

This method is called periodically by a component during the IMsoComponent::FDoIdle method call.

See Also

Reference

IMsoComponentManager Interface