ISCTE_EAS::GetRawAlertText method (atscpsipparser.h)
[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]
Gets the raw alert_text field from the EAS table.
Syntax
HRESULT GetRawAlertText(
[out] BYTE *pbVal
);
Parameters
[out] pbVal
A pointer to a buffer that receives the alert_text field. The caller must allocate the buffer. To get the required size of the buffer, call ISCTE_EAS::GetRawAlertTextLen. The text is formatted as a Multiple String Structure as defined by ATSC PSIP Standard A/65.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
To get the alert text for a specific language, call ISCTE_EAS::GetAlertText.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows�Vista [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | atscpsipparser.h |