HrEDKEncodeBinaryStreamDataToStream

The HrEDKEncodeBinaryStreamDataToStream function copies binary data from an input stream or specified output stream.

Quick Info

Header file: MSGEMIT.H
Library: MSGEMIT.LIB

HRESULT HrEDKEncodeBinaryStreamDataToStream(
  LPSTREAM lpStreamIn,  
  LPSTREAM lpStreamOut  
);
 

Parameters

lpStreamIn
Input parameter. Points to an open Win32 IStream interface containing the input stream.
lpStreamOut
Input parameter. Points to an open Win32 IStream interface containing the output stream.

Return Values

See Return Values.

Remarks

The HrEDKEncodeBinaryStreamDataToStream function encodes each byte as a two-character hexadecimal ASCII-representation of the byte.

For information on the Istream interface, see the "COM and ActiveX Object Services" section in the Microsoft Platform SDK.

See Also

HrEDKDecodeBinaryStreamDataToStream