IActiveScriptSiteWindow::GetWindowIActiveScriptSiteWindow::GetWindow*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IActiveScriptSiteWindow::EnableModeless
*Next Topic: ActiveX Scripting Engines

IActiveScriptSiteWindow::GetWindow

HRESULT GetWindow(
    HWND *phwnd  // address of variable for window handle
);

Retrieves the handle to a window that can act as the owner of a pop-up window that the scripting engine must display.

phwnd
[out] Address of a variable that receives the window handle.

This method is similar to the IOleWindow::GetWindow method.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.