IDXTBindHost interface

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.

Members

The IDXTBindHost interface inherits from the IUnknown interface. IDXTBindHost also has these types of members:

  • Methods

Methods

The IDXTBindHost interface has these methods.

Method Description
SetBindHost

Specifies the bind host that the transform should use.

 

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.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Dxtrans.h

IDL

Dxtrans.idl

DLL

Dxtrans.dll