MAPIInitIdle
The MAPIInitIdle
function initializes the DLL for the idle engine. A client application or
service provider must call MAPIInitIdle before calling any other idle
engine function.
Note This function
may not be supported in future versions of MAPI.
Quick Info
Header
file: |
MAPIUTIL.H |
Implemented
by: |
MAPI |
Called by: |
Client
applications and service providers |
LONG MAPIInitIdle(
LPVOID lpvReserved |
|
); |
|
Parameter
lpvReserved
Reserved;
must be zero.
Remarks
The MAPIInitIdle
function returns zero if initialization is successful, and -1 otherwise. When MAPIInitIdle is called
multiple times, only the first call succeeds.
See Also
MAPIDeinitIdle, FNIDLE