Miles Sound System SDK 7.2a

AIL_file_open_callback

The function AIL_file_open_callback specifies a user-replaceable callback handler to open a file in MSS.

U32 AILCALLBACK AIL_file_open_callback(
  char const * filename,
  UINTa *file_handle
);

In Parameters

filename
specifies the filename to open.

Out Parameters

file_handle
returns the new file handle, if the open succeeds.

Returns

Returns non-zero, if the open succeeded. Zero, otherwise.


Group: Memory and File Services
Related Functions: AIL_file_async_read_callback, AIL_file_async_status_callback, AIL_file_close_callback, AIL_file_read_callback, AIL_file_seek_callback, AIL_set_file_async_callbacks, AIL_set_file_callbacks
Related Basic Types: U32, UINTa, char const *

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