OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DBCIDGUID
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oledbguid.h
36
#define
DBCIDGUID
{0x0C733A81,0x2A1C,0x11CE,{0xAD,0xE5,0x00,0xAA,0x00,0x44,0x77,0x3D}}
40
extern const OLEDBDECLSPEC DBID DBCOLUMN_IDNAME = {
DBCIDGUID
,DBKIND_GUID_PROPID,(wchar_t*)2};
41
extern const OLEDBDECLSPEC DBID DBCOLUMN_NAME = {
DBCIDGUID
,DBKIND_GUID_PROPID,(wchar_t*)3};
42
extern const OLEDBDECLSPEC DBID DBCOLUMN_NUMBER = {
DBCIDGUID
,DBKIND_GUID_PROPID,(wchar_t*)4};
43
extern const OLEDBDECLSPEC DBID DBCOLUMN_TYPE = {
DBCIDGUID
,DBKIND_GUID_PROPID,(wchar_t*)5};
44
extern const OLEDBDECLSPEC DBID DBCOLUMN_PRECISION = {
DBCIDGUID
,DBKIND_GUID_PROPID,(wchar_t*)7};
45
extern const OLEDBDECLSPEC DBID DBCOLUMN_SCALE = {
DBCIDGUID
,DBKIND_GUID_PROPID,(wchar_t*)8};
46
extern const OLEDBDECLSPEC DBID DBCOLUMN_FLAGS = {
DBCIDGUID
,DBKIND_GUID_PROPID,(wchar_t*)9};
47
extern const OLEDBDECLSPEC DBID DBCOLUMN_BASECOLUMNNAME = {
DBCIDGUID
,DBKIND_GUID_PROPID,(wchar_t*)10};
48
extern const OLEDBDECLSPEC DBID DBCOLUMN_BASETABLENAME = {
DBCIDGUID
,DBKIND_GUID_PROPID,(wchar_t*)11}
[
all
...]
oledb.h
861
#define
DBCIDGUID
{0x0C733A81,0x2A1C,0x11CE,{0xAD,0xE5,0x00,0xAA,0x00,0x44,0x77,0x3D}}
865
extern const OLEDBDECLSPEC DBID DBCOLUMN_IDNAME = {
DBCIDGUID
,DBKIND_GUID_PROPID,(LPOLESTR)2};
866
extern const OLEDBDECLSPEC DBID DBCOLUMN_NAME = {
DBCIDGUID
,DBKIND_GUID_PROPID,(LPOLESTR)3};
867
extern const OLEDBDECLSPEC DBID DBCOLUMN_NUMBER = {
DBCIDGUID
,DBKIND_GUID_PROPID,(LPOLESTR)4};
868
extern const OLEDBDECLSPEC DBID DBCOLUMN_TYPE = {
DBCIDGUID
,DBKIND_GUID_PROPID,(LPOLESTR)5};
869
extern const OLEDBDECLSPEC DBID DBCOLUMN_PRECISION = {
DBCIDGUID
,DBKIND_GUID_PROPID,(LPOLESTR)7};
870
extern const OLEDBDECLSPEC DBID DBCOLUMN_SCALE = {
DBCIDGUID
,DBKIND_GUID_PROPID,(LPOLESTR)8};
871
extern const OLEDBDECLSPEC DBID DBCOLUMN_FLAGS = {
DBCIDGUID
,DBKIND_GUID_PROPID,(LPOLESTR)9};
872
extern const OLEDBDECLSPEC DBID DBCOLUMN_BASECOLUMNNAME = {
DBCIDGUID
,DBKIND_GUID_PROPID,(LPOLESTR)10};
873
extern const OLEDBDECLSPEC DBID DBCOLUMN_BASETABLENAME = {
DBCIDGUID
,DBKIND_GUID_PROPID,(LPOLESTR)11}
[
all
...]
Completed in 4920 milliseconds