The HrEDKEncodeBinaryStreamDataToStream function copies binary data from an input stream or specified output stream.
Header file: | MSGEMIT.H |
Library: | MSGEMIT.LIB |
HRESULT HrEDKEncodeBinaryStreamDataToStream(
LPSTREAM lpStreamIn,
LPSTREAM lpStreamOut
);
See Return Values.
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.
HrEDKDecodeBinaryStreamDataToStream