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.
This topic applies to Windows Vista and later.
The GetEASEventCodeLen method returns the size of the EAS event code.
Syntax
HRESULT GetEASEventCodeLen(
[out] BYTE *pbVal
);
Parameters
- pbVal [out]
Receives the size of the EAS event code, in bytes. To get the event code, allocate a buffer of this size and call ISCTE_EAS::GetEASEventCode.
Return Value
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 | Declared in Atscpsipparser.h. |
See Also
Send comments about this topic to Microsoft
Build date: 12/4/2008