ISCTE_EAS::GetLocationCount
Microsoft DirectShow 9.0 |
ISCTE_EAS::GetLocationCount
This topic applies to Windows Vista.
The GetLocationCount method returns the number of locations in the EAS table.
Syntax
HRESULT GetLocationCount( BYTE* pbVal );
Parameters
pbVal
[out] Receives the location_code_count field.
Return Values
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Return code | Description |
MPEG2_E_UNINITIALIZED | The Initialize method was not called. |
S_OK | The method succeeded. |
Requirements
Header: Include atscpsipparser.h.
See Also