MAPIINIT_0

Send Feedback

The MAPIINIT_0 structure conveys options to the MAPIInitialize function.

Syntax

struct { 
  ULONG ulVersion; 
  ULONG ulFlags; 
} MAPIINIT_0, FAR *LPMAPIINIT_0; 

Members

  • ulVersion
    Integer value representing the version number of the MAPIINIT_0 structure; must be set to MAPI_INIT_VERSION.

    Note   The ulVersion member is for future expansion and does not represent the version of the MAPI interface.

  • ulFlags
    Ignored.

Requirements

Pocket PC: Pocket PC 2002 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: mapix.h

See Also

MAPIInitialize | MAPI Structures | Messaging

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.