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
: IUnknown
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::TransportLogon
See Also