UTFConverter_free

Frees a string returned from the UTFConverter_16to8 or the UTFConverter_8to16 method.

Syntax

C++

 #include "UTFConverter.h"
 
 DIRXML_EXPORT 
 void IFAPI UTFConverter_free(
    void   *encodedData);				
 

Parameters

encodedData
(IN) Points to the NULL-terminated string returned by the UTFConverter_16to8 or the UTFConverter_8to16 method.