Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (日本語) » Ultra Light - C/C++ プログラミング » API リファレンス » Ultra Light C++ API リファレンス » UltraLite_Connection_iface クラス

 

UUIDToStr 関数

UUID を Unicode 文字列に変換します。

構文
bool UltraLite_Connection_iface::UUIDToStr(
  ul_wchar * dst,
  size_t len,
  const ULValue & src
)
パラメータ
  • dst   返される Unicode 文字列。

  • len   ul_binary 配列の長さ。

  • src   文字列に変換される UUID 値。