| 41 | ~FilesAPI() { Close(); } |
| 42 | |
| 43 | NTSTATUS GetCreationStatus() const { return CreationStatus; } |
| 44 | |
| 45 | NTSTATUS Read(OUT PVOID Buffer, ULONG Size, OPTIONAL UINT64 Offset = 0) const; |
| 46 | NTSTATUS Write(IN PVOID Buffer, ULONG Size, OPTIONAL UINT64 Offset = 0) const; |
nothing calls this directly
no outgoing calls
no test coverage detected