#define ResizeFile ( _fname,
_newsize,
_result   )     __fileResize(_fname, _newsize, _result)

Resize a file.

Resize the specified file. The loader result code is returned as the value of the function call. The filename parameter must be a constant or a variable.

Parameters:
_fname The name of the file to resize.
_newsize The new size for the file.
_result The function call result. See Loader module error codes.

Generated by  doxygen 1.6.2