Share via


MAPIInitialize

The MAPIInitialize function increments the MAPI subsystem reference count and initializes global data for the MAPI DLL.

Syntax

HRESULT MAPIInitialize(
  LPVOID lpMapiInit 
);

Parameters

  • lpMapiInit
    [in] Ignored.

Return Values

  • S_OK
    The MAPI subsystem was initialized successfully.

Remarks

Call this function to initialize MAPI.

Requirements

Pocket PC: Windows Mobile 2002 and later
OS Versions: Windows CE 3.0 and later
Header: mapix.h
Library: cemapi.lib

See Also

MAPI Functions

Messaging

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.