Property of ISearchProvider
Indicates that only file names should be displayed
Read-Only Property of type VARIANT_BOOL
var bValue = SearchProvider.FileNameOnly;
bValue = SearchProvider.FileNameOnly
VARIANT_BOOL bValue; HRESULT hr = SearchProvider.get_FileNameOnly(&bValue);