ScCountProps (MAPI32.170)
SCODE ScCountProps ( INT iCount, LPSPropValue lpProps, ULONG* pcBytes )
Validate and determine the length of an array of properties.
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. |
Success: S_OK. If pcBytes is non-NULL, it contains the size of the properties array.
Failure: MAPI_E_INVALID_PARAMETER, if any parameter is invalid or validation of the property array fails.
Declared in "include/mapival.h". gitlab.winehq.org/wine/wine/blob/master/include/mapival.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.