| 10034 | } |
| 10035 | |
| 10036 | struct HV_DETAILS { |
| 10037 | ULONG Data[4]; |
| 10038 | }; |
| 10039 | struct SYSTEM_HYPERVISOR_DETAIL_INFORMATION { |
| 10040 | HV_DETAILS HvVendorAndMaxFunction; |
| 10041 | HV_DETAILS HypervisorInterface; |
nothing calls this directly
no outgoing calls
no test coverage detected