| 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;} |
nothing calls this directly
no outgoing calls
no test coverage detected