ISCTE_EAS::GetRawNatureOfActivationText 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 nature_of_activation_text field from the EAS table.

Syntax

HRESULT GetRawNatureOfActivationText(
  [out] BYTE *pbVal
);

Parameters

[out] pbVal

A pointer to a buffer that receives the nature_of_activation_text field. The caller must allocate the buffer. To get the required size of the buffer, call ISCTE_EAS::GetRawNatureOfActivationTextLen. 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 text for a specific language, call ISCTE_EAS::GetNatureOfActivationText.

Requirements

Requirement Value
Minimum supported client Windows�Vista [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header atscpsipparser.h

See also

ISCTE_EAS

ISCTE_EAS::GetNatureOfActivationText