|
|
|
IBindResource Interface |
|
IID_IBindResource |
{0C733AB1-2A1C-11CE-ADE5-00AA0044773D} |
|
IBindResource binds to an object named by a URL and returns a data source, session, rowset, row, command, or stream object.
Documentation: IBindResource
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IBindResource Method |
Description |
|
Bind |
Binds to an object named by a URL. |
|
Bind |
|
FUNCTION
IBindResource_Bind ( _ , BYVAL pUnkOuter AS DWORD _ , BYVAL strURL AS STRING _ , BYVAL dwBindURLFlags AS DWORD _ , BYREF rguid AS GUID _ , BYREF riid AS GUID _ , BYVAL pAuthenticate AS DWORD _ , BYREF pImplSession AS DBIMPLICITSESSION _ , BYREF pdwBindStatus AS DWORD _ , BYREF ppunk AS DWORD _ ) AS LONG
|
Page last updated on Saturday, 11 November 2006 01:08:45 +0100