DeinitMapiUtil
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Releases utility functions called explicitly by the ScInitMapiUtil function or implicitly by the MAPIInitialize function.
Header file: |
Mapiutil.h |
Implemented by: |
MAPI |
Called by: |
Client applications |
VOID DeinitMapiUtil( void );
Parameters
None
Return Value
None
Remarks
The DeinitMapiUtil function release functions initialized with ScInitMapiUtil or MAPIInitialize.
When use of the functions called by ScInitMapiUtil is complete, DeinitMapiUtil must be explicitly called to release them. In contrast, MAPIUninitialize implicitly calls DeinitMapiUtil.