GetVersion(Int32@,Int32@,Int32@,Int32@)

Genvid ライブラリのバージョン番号を返し、指定アドレスに major , minor , version , build 値を格納します。

NULL ポインタは、この値を無視します。

バージョンナンバーを文字列として戻します。

パラメータ

  • major : ref int : メジャーリビジョン番号。

  • minor : ref int : マイナーリビジョン番号。

  • version : ref int : バージョン番号。

  • build : ref int : ビルドバージョン番号。

戻り値

string : 完全なバージョン番号を表す文字列。