Search information structure.
typedef struct _SEARCH_INFO {
M_WPObject *ClassToBeFound; /* Pointer to the object to be found. */
BOOL fSkipExtendedSearchCriteria; /* Flag to skip extended search criteria. */
PVOID pvoidExtendedCriteria; /* Pointer to extended criteria. */
} SEARCH_INFO;
typedef SEARCH _ INFO * PSRCH _ INFO ;