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

Method ~FileReader

User-Bridge/API/Rtl-Bridge.cpp:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37 }
38 ~FileReader() {
39 Free();
40 }
41
42 BOOL Load(LPCWSTR Path) {
43 HANDLE hFile = CreateFile(Path, FILE_READ_ACCESS, FILE_SHARE_READ, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected