MAPIProp_GetPropList (MAPI32.@)
static HRESULT MAPIProp_GetPropList ( LPPROPDATA iface, ULONG ulFlags, LPSPropTagArray* lppTags )
Get the list of property tags for all values in an IMAPIProp object.
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. |
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.
Declared in "include/mapidefs.h". gitlab.winehq.org/wine/wine/blob/master/include/mapidefs.h
Implemented in "dlls/mapi32/prop.c". gitlab.winehq.org/wine/wine/blob/master/dlls/mapi32/prop.c
Debug channel "mapi".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.