ScDupPropset (MAPI32.174)
SCODE ScDupPropset ( int cValues, LPSPropValue lpProps, LPALLOCATEBUFFER lpAlloc, LPSPropValue* lpNewProp )
Duplicate a property value array into a contiguous block of memory.
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. |
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.
Declared in "include/mapiutil.h". gitlab.winehq.org/wine/wine/blob/master/include/mapiutil.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.