Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== 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 ==== <code javascript> var hWnd = SearchOptions.Window; </code>==== Visual Basic Script ==== <code vb> hWnd = SearchOptions.Window </code>==== C++ ==== <code cpp> ULONG hWnd; HRESULT hr = SearchOptions.get_Window(&hWnd); </code>===== See Also ===== [[:scripting:api:search-options:start|ISearchOptions]] ~~NOTOC~~