SL_ReadFile


NAME
SL_ReadFile -- reads data from a file.

SYNOPSIS
success = SL_ReadFile(filehandle, buffer, size);
D0 A0 A1 D0

SLFLAG SL_ReadFile(SLFHANDLE, void *, SLMSIZE);

FUNCTION
Reads <size> number of bytes from the file into <buffer>.

INPUTS
filehandle
buffer - a buffer used to hold the read data.
size - the number of bytes to read.

RESULTS
success - TRUE if the requested number of bytes was read
FALSE if the requested number of bytes was not read.

SEE ALSO
SL_BeginExamine, SL_CloseFile, SL_DeleteFile, SL_DoesFileExist, SL_EndExamine, SL_EndFileNotify, SL_ExamineFirstFile, SL_ExamineNextFile, SL_FileRequesterA, SL_FlushFile, SL_GetExFileInfo, SL_GetExFileInfoFH, SL_GetFileName, SL_GetFileNotifyAttrA, SL_GetFilePath, SL_GetFilePos, SL_GetFileSize, SL_GetFileSizeFH, SL_LockFile, SL_MakePath, SL_OpenClipboard, SL_OpenFile, SL_ReadFile, SL_RenameFile, SL_SeekFile, SL_SetFileNotifyAttrA, SL_UnlockFile, SL_WriteFile.

 

SL_ReadFile  Command Section By Type  url:SL_ReadFile
  created:2008-03-01 23:36:16   last updated:2008-03-01 23:36:16
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For SL_ReadFile
There are no user contributed comments for this page.