ScCountProps(3w)
NAME
ScCountProps (MAPI32.170)
SYNOPSIS
SCODE ScCountProps ( INT iCount, LPSPropValue lpProps, ULONG* pcBytes )
DESCRIPTION
Validate and determine the length of an array of properties.
PARAMS
iCount [In] Length of the lpProps array.
lpProps [In] Array of properties to validate/size.
pcBytes [Out] If non-NULL, destination for the size of the property
array.
RETURNS
Success: S_OK. If pcBytes is non-NULL, it contains the size of the
propery array.
Failure: MAPI_E_INVALID_PARAMETER, if any parameter is invalid or validation of the property array fails.
IMPLEMENTATION
Defined in "mapiutil.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/mapi32/prop.c".
- Debug channel "mapi".