MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / IsOpened

Method IsOpened

Libraries/unrar/file.hpp:103–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 static void SetCloseFileTimeByName(const wchar *Name,RarTime *ftm,RarTime *fta);
102 void GetOpenFileTime(RarTime *ft);
103 virtual bool IsOpened() {return hFile!=FILE_BAD_HANDLE;} // 'virtual' for MultiFile class.
104 int64 FileLength();
105 void SetHandleType(FILE_HANDLETYPE Type) {HandleType=Type;}
106 FILE_HANDLETYPE GetHandleType() {return HandleType;}

Callers 3

ProcessFileFunction · 0.80
~SaveFilePosMethod · 0.80
UnpReadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected