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 properties array.

Failure: MAPI_E_INVALID_PARAMETER, if any parameter is invalid or validation of the property array fails.

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 Mar 2024.