Window
Property of ISearchOptions
Description
Returns window handle
Property type
Read-Only Property of type ULONG
Syntax
JavaScript
var hWnd = SearchOptions.Window;
==== Visual Basic Script ====
hWnd = SearchOptions.Window
==== C++ ====
ULONG hWnd; HRESULT hr = SearchOptions.get_Window(&hWnd);
===== See Also ===== ISearchOptions