|
|
|
IBindHost Interface |
|
IID_IBindHost |
{FC4801A1-2BA9-11CF-A229-00AA003D7352} |
|
This interface is implemented by an Microsoft ActiveX container to allow controls to perform asynchronous data transfers through the container.
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IBindHost Methods |
Description |
|
CreateMoniker |
Creates a moniker to bind to a URL. |
|
MonikerBindToStorage |
Binds a moniker to storage. |
|
MonikerBindToObject |
Binds a moniker to an object. |
|
CreateMoniker |
|
FUNCTION
IBindHost_CreateMoniker ( _ LOCAL HRESULT AS LONG
strName = UCODE$(strName)
& $NUL |
|
MonikerBindToStorage |
|
FUNCTION
IBindHost_MonikerBindToStorage ( _
LOCAL HRESULT AS LONG |
|
MonikerBindToObject |
|
FUNCTION
IBindHost_MonikerBindToObject ( _
LOCAL HRESULT AS LONG |
Page last updated on Monday, 03 April 2006 19:43:07 +0200