Microsoft DirectX 8.1 (C++)

ICATolls::get_Count

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

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

Syntax

HRESULT get_Count(
  long*  pCount
);

Parameters

  pCount

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

Return Values

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

See Also