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

Function GetVpid

Kernel-Bridge/API/Hypervisor.cpp:1603–1606  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1601 }
1602
1603 inline unsigned long long GetVpid()
1604 {
1605 return static_cast<unsigned long long>(KeGetCurrentProcessorNumber()) + 1ull;
1606 }
1607
1608 union CONTROLS_MASK
1609 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected