IAMStats::get_Count

 
Microsoft DirectShow 9.0

IAMStats::get_Count

The get_Count method retrieves the number of statistics.

Syntax

  HRESULT get_Count(
  LONG *plCount
);

Parameters

plCount

[out]  Receives the number of statistics.

Return Values

Returns an HRESULT value. Possible values include the following.

Return code Description
S_OK Success.
E_POINTER NULL pointer argument.

Requirements

Header: Declared in Control.h; include Dshow.h.

Library: Use Strmiids.lib.

See Also