Click here to show toolbars of the Web Online Help System: show toolbars |
Microsoft® Windows® Script Interfaces IActiveScriptSite::GetLCID |
Language Reference Previous Next |
HRESULT GetLCID( LCID *plcid // address of variable for language identifier );
Retrieves the locale identifier associated with the host's user interface. The scripting engine uses the identifier to ensure that error strings and other user-interface elements generated by the engine appear in the appropriate language.
- Returns one of the following values:
Return Value Meaning S_OK Success. E_NOTIMPL This method is not implemented. Use the system-defined locale. E_POINTER An invalid pointer was specified.
- plcid
- [out] Address of a variable that receives the locale identifier for user-interface elements displayed by the scripting engine.
If this method returns E_NOTIMPL, the system-defined locale identifier should be used.
Ayuda de Javascript y Vbscript para Javascripts.astalaweb.com. |