SECAScriptHost::ParseFile

HRESULTSECAScriptHost::ParseFile(TCHAR*pszFileName, LPCOLESTRpstrItemName)

Parse script in specified file

Defined in: ScriptHost.cpp

Return Value

HRESULT as appropriate

Parameters

pszFileName

file name to parse

pstrItemName

Address of the item name that gives the context in which the scriptlet is to be evaluated. If this parameter is NULL, the code is evaluated in the scripting engine's global context.

Comments

Begin parse of scripting file.