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

Method Close

Kernel-Bridge/API/FilesAPI.cpp:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64NTSTATUS FilesAPI::Close() {
65 NTSTATUS Status = hFile ? ZwClose(hFile) : STATUS_SUCCESS;
66 hFile = NULL;
67 return Status;
68}
69
70
71NTSTATUS FilesAPI::CreateDir(LPCWSTR DirPath) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected