====== Window ====== Property of [[:scripting:api:search-options:start|ISearchOptions]] ===== Description ===== Returns window handle ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:ULONG|ULONG]]** ===== Syntax ===== ==== JavaScript ==== var hWnd = SearchOptions.Window; ==== Visual Basic Script ==== hWnd = SearchOptions.Window ==== C++ ==== ULONG hWnd; HRESULT hr = SearchOptions.get_Window(&hWnd); ===== See Also ===== [[:scripting:api:search-options:start|ISearchOptions]] ~~NOTOC~~