Lines Matching defs:hFile
112 * @param hFile The file handle to close.
114 RTR3DECL(int) RTTarFileClose(RTTARFILE hFile);
122 * @param hFile Handle to the file.
129 RTR3DECL(int) RTTarFileReadAt(RTTARFILE hFile, uint64_t off, void *pvBuf, size_t cbToRead, size_t *pcbRead);
137 * @param hFile Handle to the file.
144 RTR3DECL(int) RTTarFileWriteAt(RTTARFILE hFile, uint64_t off, const void *pvBuf, size_t cbToWrite, size_t *pcbWritten);
151 * @param hFile Handle to the file.
154 RTR3DECL(int) RTTarFileGetSize(RTTARFILE hFile, uint64_t *pcbSize);
161 * @param hFile Handle to the file.
164 RTR3DECL(int) RTTarFileSetSize(RTTARFILE hFile, uint64_t cbSize);