Data Source Object Constant

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 CLSID_INDEX_SERVER_DSO constant is the Indexing Service data source object (DSO) class ID (CLSID) used to create an Indexing Service DSO with the CoCreateInstance function.

#define CLSID_INDEX_SERVER_DSO \
    { 0xF9AE8980, 0x7E52, 0x11d0, \
      { 0x89, 0x64, 0x00, 0xC0, 0x4F, 0xD6, 0x11, 0xD7 } }

Remarks

For an example of using the DSO CLSID, see Accessing OLE DB with the OLE DB Provider for Indexing Service.