Base64Codec_encodeFree

Frees a string returned from the base64Encode function.

Syntax

C++

 #include "Base64Codec.h"
 
 DIRXML_EXPORT 
 void IFAPI Base64Codec_encodeFree( 
    unicode   *encodedData);
 

Parameters

encodedData
(IN) Points to the UTF-16 string returned from the base64Encode function.