MAPIInitialize
The MAPIInitialize function increments the MAPI subsystem reference count and initializes global data for the MAPI DLL.
Syntax
HRESULT MAPIInitialize(
LPVOID lpMapiInit
);
Parameters
- lpMapiInit
[in] Ignored.
Return Values
- S_OK
The MAPI subsystem was initialized successfully.
Remarks
Call this function to initialize MAPI.
Requirements
Pocket PC: Pocket PC 2002 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: mapix.h
Library: cemapi.lib
See Also
Send Feedback on this topic to the authors