SECAScriptHost::SetHostWindow
Set the host window for script execution
Defined in: ScriptHost.cpp
Syntax
SetHostWindow( CWnd* pWnd)
SetHostWindow( HWND hWnd )
Return Value
HRESULT as appropriate
Parameters
pWnd
CWnd pointer for new scripting host window
hWnd
HWND for new scripting host window
Comments
Use this function to set the target window for scripting error notifications.