RESULTFINDINFO structure (mmc.h)

The RESULTFINDINFO structure is used by the IResultOwnerData::FindItem method to support keyboard navigation in virtual lists in the result pane.

Syntax

typedef struct _RESULTFINDINFO {
  LPOLESTR psz;
  int      nStart;
  DWORD    dwOptions;
} RESULTFINDINFO;

Members

psz

Null-terminated string to match.

nStart

Index at which to start search.

dwOptions

One or both of the following flags:

RFI_PARTIAL

Match item names that begin with psz.

RFI_WRAP

Continue search at beginning of list if no match is found.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Header mmc.h

See also

IResultOwnerData::FindItem