scripting:api:search-options:window

Window

Property of ISearchOptions

Returns window handle

Read-Only Property of type ULONG

var hWnd = SearchOptions.Window;
hWnd = SearchOptions.Window
ULONG hWnd;
HRESULT hr = SearchOptions.get_Window(&hWnd);