Share via


ISCTE_EAS::GetEASEventCode Method

This topic applies to Windows Vista and later.
The GetEASEventCode method returns the EAS event code.

Syntax

HRESULT GetEASEventCode(
  [out]  BYTE *pbVal
);

Parameters

  • pbVal [out]
    Pointer to a buffer that receives the EAS_event_code field. The caller must allocate the buffer, which must be large enough to hold the event code. To get the required size of the buffer, call ISCTE_EAS::GetEASEventCodeLen. The event code consists of ASCII characters.

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

GetEASEventCodeLen
ISCTE_EAS Interface

Send comments about this topic to Microsoft

Build date: 12/4/2008