Miles Sound System SDK 7.2a

RAD_IOPCloseFile

The function RAD_IOPCloseFile closes a file handle opened with RAD_IOPQueueAsyncOpenFile.

S32 RAD_IOPCloseFile(
  S32 file_handle
);

In Parameters

file_handle
Specifies the file handle to close.

Returns

Returns non-zero if the close was successful, or zero on failure.

Discussion

Use this function to close file handles that you previously opened. All outstanding async reads for the file will be cancelled (and the callbacks will still be made).


Group: The RAD_IOP API for the Sony PS2
Related Functions: RAD_IOPQueueAsyncOpenFile
Related Basic Types: S32

For technical support, e-mail Miles3@radgametools.com
© Copyright 1991-2007 RAD Game Tools, Inc. All Rights Reserved.