NAME

ScDupPropset  (MAPI32.174)

SYNOPSIS

 SCODE ScDupPropset
 (
  int              cValues,
  LPSPropValue     lpProps,
  LPALLOCATEBUFFER lpAlloc,
  LPSPropValue*    lpNewProp
 )

DESCRIPTION

Duplicate a property value array into a contiguous block of memory.

PARAMS

cValues [In] Number of properties in lpProps.
lpProps [In] Property array to duplicate.
lpAlloc [In] Memory allocation function, use MAPIAllocateBuffer.
lpNewProp [Out] Destination for the newly duplicated property value array.

RETURNS

Success: S_OK. *lpNewProp contains the duplicated array.

Failure: MAPI_E_INVALID_PARAMETER, if any parameter is invalid, MAPI_E_NOT_ENOUGH_MEMORY, if memory allocation fails.

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.