Data Transfer Channel


The Data Transfer Channel provides the following interface:

Up ArrowBack to ActiveX Reference

IConfDataTransferX

This interface provides the following properties:

Up ArrowBack to Data Transfer Channel

IConfDataTransferX Properties

This section describes the properties for the IConfDataTransferX interface.

IConfDataTransferX::BytesTransferred

HRESULT BytesTransferred(
LONG *plBytes);

Indicates the number of bytes transferred.

plBytes
Address of the number of bytes transferred.

Up ArrowBack to IConfDataTransferX Interface

Up ArrowBack to Data Transfer Channel

Up ArrowBack to ActiveX Listing

IConfDataTransferX::String

HRESULT String(
BSTR *pbstrData);

Retrieves the data to be transferred as a string.

pbstrData
Address of the string of data to be transferred.

Up ArrowBack to IConfDataTransferX Interface

Up ArrowBack to Data Transfer Channel

Up ArrowBack to ActiveX Listing

IConfDataTransferX::Array

HRESULT Array(
LONG cbElements
SAFEARRAY (unsigned char) *array);

Retrieves an array (SAFEARRAY) of the data to be transferred.

cbElements
Width, in bytes, of each element (for example, 1 is a Byte, 2 is an Integer, 4 is a Long).
array
Address of the string of data to be transferred.

Up ArrowBack to IConfDataTransferX Interface

Up ArrowBack to Data Transfer Channel

Up ArrowBack to ActiveX Listing

Last Updated: November 1, 1997
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.