NAME

ScCopyProps  (MAPI32.171)

SYNOPSIS

 SCODE ScCopyProps
 (
  int          cValues,
  LPSPropValue lpProps,
  LPVOID       lpDst,
  ULONG*       lpCount
 )

DESCRIPTION

Copy an array of property values into a buffer suited for serialisation.

PARAMS

cValues [In] Number of properties in lpProps.
lpProps [In] Property array to copy.
lpDst [Out] Destination for the serialised data.
lpCount [Out] If non-NULL, destination for the number of bytes of data written to lpDst.

RETURNS

Success: S_OK. lpDst contains the serialised data from lpProps.

Failure: MAPI_E_INVALID_PARAMETER, if any parameter is invalid.

NOTES

The resulting property value array is stored in a contiguous block starting at lpDst.

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.