NAME

IPropData_GetIDsFromNames  (MAPI32.@)

SYNOPSIS

 static HRESULT IPropData_GetIDsFromNames
 (
  LPPROPDATA       iface,
  ULONG            ulNames,
  LPMAPINAMEID*    lppNames,
  ULONG            ulFlags,
  LPSPropTagArray* lppPropTags
 )

DESCRIPTION

Get property identifiers associated with one or more named properties.

PARAMS

iface [In] IMAPIProp object to operate on.
ulNames [In] Number of names in lppNames.
lppNames [In] Names to query or create, or NULL to query all names.
ulFlags [In] Pass MAPI_CREATE to create new named properties.
lppPropTags [Out] Destination for queried or created property identifiers.

RETURNS

Success: S_OK. *lppPropTags contains the property tags created or requested.

Failure: MAPI_E_NO_SUPPORT, if the object does not support named properties, MAPI_E_TOO_BIG, if the object cannot process the number of properties involved. MAPI_E_NOT_ENOUGH_MEMORY, if memory allocation fails, or MAPI_W_ERRORS_RETURNED if not all properties were retrieved successfully.

IMPLEMENTATION

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