Share via


DBBYGUID

Note

Indexing Service is no longer supported as of Windows XP and is unavailable for use as of Windows 8. Instead, use Windows Search for client side search and Microsoft Search Server Express for server side search.

 

The DBBYGUID structure supplies supplementary information for a node.

typedef struct tagDBBYGUID { 
  BYTE *   pbInfo;  // extra node information, provider-specific
  DBLENGTH cbInfo;  // size of the data in pbInfo
  GUID     guid;    // this node's GUID
} DBBYGUID;

Remarks

The information stored in the pbInfo member is provider-specific, and provides for operation extensibility.