Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of mappen te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen om mappen te wijzigen.
Returns the scripting language that is used by the current script node.
Syntax
HRESULT GetLanguage(
BSTR *pbstr
);
Parameters
pbstr
[out] Returns "JScript" if the script node uses JScript, or "VBScript" if the script node uses Visual Basic Scripting Edition (VBScript).
Return Value
An HRESULT. Possible values include, but are not limited to, those in the following table.
| Value | Description |
|---|---|
S_OK |
The method succeeded. |