|
|
|
IDCInfo Interface |
|
IID_IDCInfo |
{0C733A9C-2A1C-11CE-ADE5-00AA0044773D} |
|
IDCInfo provides methods that can be used to furnish the Data Conversion Library with information, such as provider version, that can affect how conversions are performed. If IDCInfo::SetInfo is not called, the Data Conversion Library assumes the provider is an OLE DB 1.0compliant provider.
IDCInfo can be obtained by calling QueryInterface from IDataConvert using IID_IDCInfo. IDCInfo includes the methods described in the following table.
Documentation: IDCInfo
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IDCInfo Methods |
Description |
|
GetInfo |
Gets the Data Conversion Library's current provider information settings. |
|
SetInfo |
Sets the Data Conversion Library's provider information settings. |
|
QueryInterface |
|
FUNCTION IDCInfo_QueryInterface ( _ BYVAL pthis AS DWORD PTR _ , BYREF riid AS GUID _ , BYREF ppvObj AS DWORD _ ) AS LONG
END FUNCTION
|
|
AddRef |
|
FUNCTION IDCInfo_AddRef ( _ BYVAL pthis AS DWORD PTR _
)
AS DWORD
LOCAL DWRESULT
AS LONG END FUNCTION
|
|
Release |
|
FUNCTION IDCinfo_Release ( _ BYVAL pthis AS DWORD PTR _
)
AS DWORD
LOCAL DWRESULT
AS DWORD END FUNCTION
|
|
GetInfo |
|
FUNCTION IDCinfo_GetInfo
( _ , BYVAL cInfo AS DWORD _ , BYVAL rgeInfoType AS DWORD _ , BYREF prgInfo AS DWORD _ ) AS LONG
|
|
SetInfo |
|
FUNCTION IDCinfo_SetInfo
( _ , BYVAL cInfo AS DWORD _ , BYVAL rgInfo AS DWORD _ ) AS LONG
|
Page last updated on Tuesday, 12 September 2006 23:49:06 +0200