DeinitMapiUtil

The DeinitMapiUtil function releases utility functions called explicitly by the ScInitMapiUtil function or implicitly by the MAPIInitialize function.

Quick Info

Header file: MAPIUTIL.H
Implemented by: MAPI
Called by: Client applications

DeinitMapiUtil(VOID); 

Parameters

None

Remarks

The ScInitMapiUtil and DeinitMapiUtil functions cooperate to call and release select utility functions, as opposed to the MAPIInitialize function, which calls core as well as utility functions. When ScInitMapiUtil calls utility functions, it also initializes the necessary memory.

When use of the functions called by ScInitMapiUtil is complete, DeinitMapiUtil must be explicitly called to release them. In contrast, MAPIUninitialize implicitly calls DeinitMapiUtil.