Feedback

  • Contents
 

ISOAPBase64::DecodeToStream Method

Synopsis

Decodes Base64 encoded data and writes it into the supplied IStream or ISequentialStream.

Function Prototype

HRESULT DecodeToStream

   [in] BSTR bstrEncodedData,

   [in] IUnknown* pObject

);

C/C++ Syntax

HRESULT DecodeToStream(BSTR bstrEncodedData, IUnknown* pObject);

Parameters

bstrEncodedData

String containing the base54 encoded data.

pObject

An IUnknown pointer to an object supporting IStream or ISequentialStream.