Home COM GDI+ WebBrowser Data Access

IDXTBindHost Interface

 

IID_IDXTBindHost

{D26BCE55-E9DC-11d1-9066-00C04FD9189D}

 

 

This interface enables the container to specify which bind host to use, if your transform needs this service. The bind host is the interface supplied by the container that enables the client to open storage elements specified by a moniker—usually a URL moniker.

 

Remarks

Implement this interface for transforms that need to be able to bind monikers. The container is responsible to query for this interface and to invoke its method if supported by the transform.
 

 

Methods in VTable order

IUnknown Methods

Description

QueryInterface

Returns pointers to supported interfaces.

AddRef

Increments reference count.

Release

Decrements reference count.

IDXTBindHost Members

Description

SetBindHost

Specifies the bind host that the transform should use.

 

SetBindHost

 

FUNCTION IDXTBindHost_SetBindHost ( _
  BYVAL
pthis AS DWORD PTR _
, BYVAL
pBindHost AS DWORD PTR _
  ) AS LONG

  LOCAL
HRESULT AS LONG
  CALL DWORD
@@pthis[3] USING IDXTBindHost_SetBindHost (pthis, pBindHost) TO HRESULT
  FUNCTION =
HRESULT
 

END FUNCTION
 

 

Page last updated on Monday, 03 April 2006 19:50:00 +0200