Home |
Function RTFGetFileSize |
Function RTFGetFileSizeThis function is obsolete. Use RTFGetFileInfoEx instead. RTFGetFileSize retrieves the current size of an open file: int RTFGetFileSize(RTFHANDLE File, DWORD * Size); ParametersFileReferences the open file for which to retrieve the file size. SizeMust point to the DWORD to receive the file's size. return valueIf the function succeeds, the return value is RTF_NO_ERROR. If the function fails, the return value is a negative error code.
|