OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DBID
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
indexsrv.h
358
typedef struct tagDBID
DBID
;
370
virtual HRESULT WINAPI GetPropInfoFromName(const WCHAR *wcsPropName,
DBID
**ppPropId,DBTYPE *pPropType,unsigned int *puiWidth) = 0;
371
virtual HRESULT WINAPI GetPropInfoFromId(const
DBID
*pPropId,WCHAR **pwcsName,DBTYPE *pPropType,unsigned int *puiWidth) = 0;
372
virtual HRESULT WINAPI EnumPropInfo(ULONG iEntry,const WCHAR **pwcsName,
DBID
**ppPropId,DBTYPE *pPropType,unsigned int *puiWidth) = 0;
381
HRESULT (WINAPI *GetPropInfoFromName)(IColumnMapper *This,const WCHAR *wcsPropName,
DBID
**ppPropId,DBTYPE *pPropType,unsigned int *puiWidth);
382
HRESULT (WINAPI *GetPropInfoFromId)(IColumnMapper *This,const
DBID
*pPropId,WCHAR **pwcsName,DBTYPE *pPropType,unsigned int *puiWidth);
383
HRESULT (WINAPI *EnumPropInfo)(IColumnMapper *This,ULONG iEntry,const WCHAR **pwcsName,
DBID
**ppPropId,DBTYPE *pPropType,unsigned int *puiWidth);
400
HRESULT WINAPI IColumnMapper_GetPropInfoFromName_Proxy(IColumnMapper *This,const WCHAR *wcsPropName,
DBID
**ppPropId,DBTYPE *pPropType,unsigned int *puiWidth);
402
HRESULT WINAPI IColumnMapper_GetPropInfoFromId_Proxy(IColumnMapper *This,const
DBID
*pPropId,WCHAR **pwcsName,DBTYPE *pPropType,unsigned int *puiWidth);
404
HRESULT WINAPI IColumnMapper_EnumPropInfo_Proxy(IColumnMapper *This,ULONG iEntry,const WCHAR **pwcsName,
DBID
**ppPropId,DBTYPE *pPropType,unsigned int *puiWidth)
[
all
...]
oledbguid.h
34
}
DBID
;
39
extern const OLEDBDECLSPEC
DBID
DB_NULLID = {DB_NULLGUID,0,(wchar_t*)0};
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}
[
all
...]
oledb.h
514
}
DBID
;
604
DBID
ObjectID;
843
DBID
columnid;
864
extern const OLEDBDECLSPEC
DBID
DB_NULLID = {DB_NULLGUID,0,(LPOLESTR)0};
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}
[
all
...]
Completed in 66 milliseconds