Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Microsoft DirectShow 9.0 | 
IMSVidFeatures::get_Count
This topic applies to Windows XP or later.
The get_Count method retrieves the number of items in the collection.
Syntax
HRESULT get_Count( long* lCount );
Parameters
plCount
[out] Pointer to a variable that receives the number of items.
Return Values
Returns an HRESULT value. Possible values include the following.
| Value | Description | 
| S_OK | Success. | 
| E_POINTER | NULL pointer argument. | 
Requirements
Header: Dshow.h.
Library: Quartz.dll.
See Also