MAPIUninitialize
The MAPIUninitialize function decrements the reference count, cleans up, and deletes per-instance global data for the MAPI DLL.
Syntax
void MAPIUninitialize (void)
Parameters
None.
Return Values
None.
Remarks
A client application calls the MAPIUninitialize function to end its interaction with MAPI. After MAPIUninitialize is called, no other MAPI calls can be made by the client.
MAPIUninitialize decrements the reference count, and the corresponding MAPIInitialize function increments the reference count. Therefore, the number of calls to one function must equal the number of calls to the other.
Requirements
Smartphone: Windows Mobile 2002 and later
OS Versions: Windows CE 3.0 and later
Header: mapix.h
Library: cemapi.lib
See Also
Last updated on Friday, April 22, 2005
© 2005 Microsoft Corporation. All rights reserved.
Send feedback on this topic to the authors.