MAPIUninitialize
The MAPIUninitialize
function decrements the reference count, cleans up, and deletes per-instance
global data for the MAPI DLL.
Quick Info
Header
file: |
MAPIX.H |
Implemented
by: |
MAPI |
Called by: |
Client
applications |
void MAPIUninitialize()
Parameters
None.
Remarks
A client
application calls the MAPIUninitialize function to end its interaction
with MAPI, begun with a call to the MAPIInitialize
MAPIUninitialize decrements the reference count, and the corresponding
MAPIInitialize function increments the reference count. Thus, the number
of calls to one function must equal the number of calls to the other.