Scroll to navigation

MAPIProp_GetPropList(3w) Wine API MAPIProp_GetPropList(3w)

NAME

MAPIProp_GetPropList (MAPI32.@)

SYNOPSIS

static HRESULT MAPIProp_GetPropList
(
LPPROPDATA iface,
ULONG ulFlags,
LPSPropTagArray* lppTags
)
 

DESCRIPTION

Get the list of property tags for all values in an IMAPIProp object.
 

PARAMS

iface [In] IMAPIProp object to get the property tag list from.
ulFlags [In] Return 0=Ascii MAPI_UNICODE=Unicode strings for unspecified types.
lppTags [Out] Destination for the retrieved property tag list.
 

RETURNS

Success: S_OK. *lppTags contains the tags for all available properties.
Failure: MAPI_E_INVALID_PARAMETER, if any parameter is invalid. MAPI_E_BAD_CHARWIDTH, if Ascii or Unicode strings are requested and that type of string is not supported.
 

IMPLEMENTATION

Declared in "mapidefs.h".
Implemented in "dlls/mapi32/prop.c".
Debug channel "mapi".
Oct 2012 Wine API