The Data Transfer Channel provides the following interface:
Back to ActiveX Reference
This interface provides the following properties:
Back to Data Transfer Channel
This section describes the properties for the IConfDataTransferX interface.
HRESULT BytesTransferred(
LONG *plBytes);
Indicates the number of bytes transferred.
- Returns S_OK if the requested number of elements was returned, or E_UNEXPECTED if an unknown error occurred.
- plBytes
- Address of the number of bytes transferred.
Back to IConfDataTransferX Interface
Back to Data Transfer Channel
Back to ActiveX Listing
HRESULT String(
BSTR *pbstrData);
Retrieves the data to be transferred as a string.
- Returns S_OK if the requested number of elements was returned, or E_UNEXPECTED if an unknown error occurred.
- pbstrData
- Address of the string of data to be transferred.
Back to IConfDataTransferX Interface
Back to Data Transfer Channel
Back to ActiveX Listing
HRESULT Array(
LONG cbElements
SAFEARRAY (unsigned char) *array);
Retrieves an array (SAFEARRAY) of the data to be transferred.
- Returns S_OK if the requested number of elements was returned, or E_UNEXPECTED if an unknown error occurred.
- 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.
Back to IConfDataTransferX Interface
Back to Data Transfer Channel
Back to ActiveX Listing
Last Updated: November 1, 1997
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.