MAPIINIT_0
The MAPIINIT_0 structure conveys options to the MAPIInitialize function.
Syntax
typedef 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: Windows Mobile 2002 and later
OS Versions: Windows CE 3.0 and later
Header: mapix.h
See Also
Send feedback on this topic to the authors.
© 2005 Microsoft Corporation. All rights reserved.