|
|
|
IDBBinderProperties Interface |
|
IID_IDBBinderProperties |
{0C733AB3-2A1C-11CE-ADE5-00AA0044773D} |
|
IDBBinderProperties allows a consumer to get, set, and reset direct binding properties.
Documentation: IDBBinderProperties
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IDBProperties Methods |
Description |
|
GetProperties |
Returns the values of properties in the Data Source, Data Source Information, and Initialization property groups that are currently set on the data source object, or the values of properties in the Initialization property group that are currently set on the enumerator. |
|
GetPropertyInfo |
Returns information about all properties supported by the provider. |
|
SetProperties |
Sets properties in the Data Source and Initialization property groups, for data source objects, or in the Initialization property group, for enumerators. |
|
IDBBinderProperties Methods |
Description |
|
Reset |
Reset all properties of the object. |
|
QueryInterface |
|
FUNCTION IDBBinderProperties_QueryInterface ( _ BYVAL pthis AS DWORD PTR _ , BYREF riid AS GUID _ , BYREF ppvObj AS DWORD _ ) AS LONG
END FUNCTION
|
|
AddRef |
|
FUNCTION IDBBinderProperties_AddRef ( _ BYVAL pthis AS DWORD PTR _
)
AS DWORD
LOCAL DWRESULT
AS LONG END FUNCTION
|
|
Release |
|
FUNCTION IDBBinderProperties_Release ( _ BYVAL pthis AS DWORD PTR _
)
AS DWORD
LOCAL DWRESULT
AS DWORD END FUNCTION
|
|
GetProperties |
|
FUNCTION
IDBBinderProperties_GetProperties ( _ , BYVAL cPropertyIDSets AS DWORD _ , BYVAL rgPropertyIDSets AS DWORD _ , BYREF pcPropertySets AS DWORD _ , BYREF prgPropertySets AS DWORD _ ) AS LONG
|
|
GetPropertyInfo |
|
FUNCTION
IDBBinderProperties_GetPropertyInfo ( _ , BYVAL cPropertyIDSets AS DWORD _ , BYVAL rgPropertyIDSets AS DWORD _ , BYREF pcPropertyInfoSets AS DWORD _ , BYREF prgPropertyInfoSets AS DWORD _ , BYREF ppDescBuffer AS DWORD _ ) AS LONG
|
|
SetProperties |
|
FUNCTION
IDBBinderProperties_SetProperties ( _ , BYVAL cPropertyIDSets AS DWORD _ , BYVAL prgPropertySets AS DWORD _ ) AS LONG
|
|
Reset |
|
FUNCTION
IDBBinderProperties_Reset ( _ ) AS LONG
|
Page last updated on Tuesday, 12 September 2006 15:52:08 +0200