7-12 PtlParamStringクラス(C++ API)の概要

使用上の注意点

CP_UChar型について

「CP_UChar」は、以下のように定義される『PDF Tool API』独自の型です。

#ifdef WIN32
typedef unsigned short CP_UChar; // UTF-16
#else
typedef unsigned int CP_UChar; // UTF-32
#endif

Please enter alt text.