MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / GetCreationStatus

Method GetCreationStatus

Kernel-Bridge/API/FilesAPI.h:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected