ResultsDisplayStyle enumeration

Note

Windows Desktop Search 2.x is an obsolete technology that was originally available as an add-in for Windows XP and Windows Server 2003. On later releases, use the Windows Search API instead.

Used by IResultsViewer::ResultsStyle to set or determine how results are displayed.

Syntax

typedef enum ResultsDisplayStyleEnum { 
  SmallIconResults  = 0,
  LargeIconResults  = 1
} ResultsDisplayStyle;

Constants

SmallIconResults

Indicates Results are displayed as small icons.

LargeIconResults

Indicates Results are displayed as large icons.

Requirements

Requirement Value
IDL
WdsView.idl