配列ファイルの読み込み【FileReadArray】

int FileReadArray(int handle, void array[ ], int start, int count)

 

Reads the specified amount of elements from the binary file into array. Before reading, make sure that the array is large enough. Returns the amount of actually read elements.

バイナリ ファイルにある配列から、指定された要素の量を読み込みます。読み込む前に、配列が十分であることを確認してください。実際に読み込まれた要素の数を返します。

To get the detailed error information, call the GetLastError() function.

詳細なエラー情報を取得するには、GetLastError() 関数を呼び出します。

Parameters:

パラメータ:

 

Sample:

サンプル:

Leave a Reply

Your email address will not be published. Required fields are marked *

CAPTCHA


You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">