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

Method GetHandleType

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

Source from the content-addressed store, hash-verified

104 int64 FileLength();
105 void SetHandleType(FILE_HANDLETYPE Type) {HandleType=Type;}
106 FILE_HANDLETYPE GetHandleType() {return HandleType;}
107 bool IsDevice();
108 static bool RemoveCreated();
109 FileHandle GetHandle() {return hFile;}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected