Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BeneficialCode/WinArk
/ Close
Method
Close
KernelLibrary/FileManager.cpp:31–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
NTSTATUS FileManager::Close() {
32
if (_handle)
33
return ZwClose(_handle);
34
}
35
36
FileManager::~FileManager() {
37
Close();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected