Edit

Share via


DBKINDENUM enumeration (oledbguid.h)

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 DBKINDENUM enumerated type specifies the combination of GUID, property number, or property name to use to identify a database object.

Syntax

typedef enum DBKINDENUM {
  DBKIND_GUID_NAME = 0,
  DBKIND_GUID_PROPID,
  DBKIND_NAME,
  DBKIND_PGUID_NAME,
  DBKIND_PGUID_PROPID,
  DBKIND_PROPID,
  DBKIND_GUID
} ;

Constants

 
DBKIND_GUID_NAME
Value: 0
DBKIND_GUID_PROPID
DBKIND_NAME
DBKIND_PGUID_NAME
DBKIND_PGUID_PROPID
DBKIND_PROPID
DBKIND_GUID

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header oledbguid.h