MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / GetVersion

Method GetVersion

WinSysCore/DriverHelper.cpp:169–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169USHORT DriverHelper::GetVersion() {
170 USHORT version = 0;
171 if (!OpenDevice())
172 return 0;
173
174 DWORD bytes;
175 ::DeviceIoControl(_hDevice, IOCTL_ARK_GET_VERSION, nullptr, 0, &version, sizeof(version), &bytes, nullptr);
176 return version;
177}
178
179
180USHORT DriverHelper::GetCurrentVersion() {

Callers 1

ParseTableEntryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected