Microsoft DirectX 8.1 (C++)

IAMCollection::get_Count

The get_Count method retrieves the number of items in the collection.

Syntax

HRESULT get_Count(
  LONG *plCount
);

Parameters

plCount

[out]  Specifies a pointer to a long integer to receive the number of items in the collection.

Return Values

When this method succeeds, it returns S_OK. Otherwise it returns an HRESULT error code.

See Also