MAPIInitialize (Compact 7)
3/12/2014
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 Value
- S_OK
The MAPI subsystem was initialized successfully.
Remarks
Call this function to initialize MAPI.
Requirements
Header |
mapix.h |
Library |
cemapi.lib |