ScCountProps.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/mapi32/prop.c".

Debug channel "mapi".