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 ScInitMapiUtilOTY0S5 and DeinitMapiUtil functions cooperate to call and release select utility functions, as opposed to the MAPIInitialize function3_UZ0R5, 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, MAPIInitialize implicitly calls DeinitMapiUtil.

See Also

MAPIUninitializeZ2OJUQ