IXPLogon::Idle

The IXPLogon::Idle method calls a transport provider at a point when the system is idle to perform low-priority operations.

Quick Info

See IXPLogon : IUnknownHVE6L8.

 

HRESULT Idle(

    ULONG ulFlags

 

   )

 

 

Parameters

ulFlags

Reserved; must be zero.

 

Return Values

S_OK

The call succeeded and has returned the expected value or values.

 

Remarks

The MAPI spooler periodically calls the IXPLogon::Idle method during times when the system is idle, if requested by passing the XP_LOGON_SP flag in the call to the IXPProvider::TransportLogonAGE6K0 method that opened the current session. At times when the system is idle, the transport provider can perform background operations that are not appropriate during other calls, or that need to occur on a regular basis.

See Also

IXPProvider::TransportLogon