IDictionary::get_Count

The get_Count method identifies the number of elements in a Dictionary object instance.

Syntax

HRESULT get_Count(
long *newVal// out, retval
);

Parameter

newVal
The address of a long integer in which the get_Count method stores the number of elements in the Dictionary.

Include File

<commerce.h>

Return Value

Value Description
S_OK The method succeeded.
E_POINTER The newVal parameter is a NULL pointer.


© 1997-1998 Microsoft Corporation. All rights reserved.