|
|
|
IDBInfo Interface |
|
IID_IDBInfo |
{0C733A89-2A1C-11CE-ADE5-00AA0044773D} |
|
IDBInfo returns information about the keywords and literals a provider supports. It is an optional interface on the data source objects.
Documentation: IDBInfo
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IDBInfo Methods |
Description |
|
GetKeywords |
Returns a list of provider-specific keywords. |
|
GetLiteralInfo |
Returns information about literals used in text commands and in ITableDefinition and IIndexDefinition. |
|
GetKeywords |
|
DECLARE FUNCTION Proto_IDBinfo_GetKeywords ( _ , BYREF ppwszKeywords AS DWORD _ ) AS LONG
FUNCTION
IDBinfo_GetKeywords ( _ , BYREF strKeywords AS STRING _ ) AS LONG
|
|
GetLiteralInfo |
|
FUNCTION
IDBinfo_GetLiteralInfo ( _ , BYVAL cLiterals AS DWORD _ , BYVAL rgLiterals AS DWORD _ , BYREF pcLiteralInfo AS DWORD _ , BYREF prgLiteralInfo AS DWORD _ , BYREF ppCharBuffer AS DWORD _ ) AS LONG
|
Page last updated on Saturday, 11 November 2006 06:23:25 +0100