Microsoft DirectX 8.1 (C++)

ICAComponents::get_Count

This topic applies to Windows XP Home Edition and Windows XP Professional only.

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

Syntax

HRESULT get_Count(
  long*  pCount
);

Parameters

  pCount

[out]  Pointer to a variable of type long that receives the count.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

See Also