[Overview][Constants][Types][Procedures and functions][Index] |
Source position: _crw_fio.pas line 395
function WriteBufferToFile( |
const FileName: LongString; |
Buffer: Pointer; |
Count: SizeInt; |
Offset: SizeInt = 0; |
FLAGS: DWORD = OPEN_ALWAYS |
):SizeInt; overload; |
const FileName: LongString; |
Buffer: LongString; |
Offset: SizeInt = 0; |
FLAGS: DWORD = OPEN_ALWAYS |
):SizeInt; overload; |