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

Method SetHandleType

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

Source from the content-addressed store, hash-verified

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;}
107 bool IsDevice();
108 static bool RemoveCreated();

Callers 3

getwstrFunction · 0.80
ReadTextFileFunction · 0.80
ExtrCreateFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected