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