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". https://source.winehq.org/source/include/mapidefs.h

Implemented in "dlls/mapi32/prop.c". https://source.winehq.org/source/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 Apr 2024.