HrEDKDecodeBinaryStreamDataToStream

The HrEDKDecodeBinaryStreamDataToStream function reads attachment hexadecimal encoding from input stream to attachment.

Quick Info

Header file: MSGEMIT.H
Library: MSGEMIT.LIB

HRESULT HrEDKDecodeBinaryStreamDataToStream(
  LPSTREAM lpStreamIn,  
  ULONG cb,             
  LPSTREAM lpStreamOut  
);
 

Parameters

lpStreamIn
Input parameter. Points to the input stream.
cb
Input parameter. Specifies the number of bytes in the original binary data.
lpStreamOut
Input parameter. Points to an open Win32 IStream interface containing the output stream.

Return Values

See Return Values.

Remarks

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

See Also

HrEDKEncodeBinaryStreamDataToStream