ISCTE_EAS::GetNatureOfActivationText 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.]
The GetNatureOfActivationText method gets a textual representation of the alert for a specified ISO 639 language code.
Syntax
HRESULT GetNatureOfActivationText(
[in] BSTR bstrIS0639code,
[out] BSTR *pbstrString
);
Parameters
[in] bstrIS0639code
The ISO 639 language code.
[out] pbstrString
Receives the text as a BSTR. The caller must free the string by calling SysFreeString.
Return value
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Return code | Description |
---|---|
|
The method succeeded. |
|
The specified language is not present. |
Remarks
The returned string is taken from the nature_of_activation_text field, as defined by ANSI-J-STD-042-A.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows�Vista [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | atscpsipparser.h |