PropCopyMore (MAPI32.76)
SCODE PropCopyMore ( LPSPropValue lpDest, LPSPropValue lpSrc, ALLOCATEMORE* lpMore, LPVOID lpOrig )
Copy a property value.
lpDest | [Out] | Destination for the copied value. |
lpSrc | [In] | Property value to copy to lpDest. |
lpMore | [In] | Linked memory allocation function (pass MAPIAllocateMore). |
lpOrig | [In] | Original allocation to which memory will be linked. |
Success: S_OK. lpDest contains a deep copy of lpSrc.
Failure: MAPI_E_INVALID_PARAMETER, if any parameter is invalid, MAPI_E_NOT_ENOUGH_MEMORY, if memory allocation fails.
Any elements within the property returned should not be individually freed, as they will be freed when lpOrig is.
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.