SECAScriptHost::ParseBuffer

HRESULTSECAScriptHost::ParseBuffer(const TCHAR*pszAlloc, UINTsizeBuffer, LPCOLESTRpstrItemName)

Parse script in specified file

Defined in: ScriptHost.cpp

Return Value

HRESULT as appropriate

Parameters

pszAlloc

Script buffer

sizeBuffer

size of pszAlloc

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.