Site icon EfmSoft

What does NTSTATUS 0xC0350006 (STATUS_HV_ACCESS_DENIED) mean?

 
Could be also:
ConstantTypeOS
ERROR_HV_ACCESS_DENIEDHRESULTWindows
Previous Next
STATUS_HV_INVALID_PARAMETER STATUS_HV_INVALID_PARTITION_STATE

STATUS_HV_ACCESS_DENIED

The operation is known, but the partition is not authorized for it

STATUS_HV_ACCESS_DENIED identifies a Hyper-V privilege boundary. It should not be diagnosed as a malformed handle or a missing device. Hyper-V exposes privileges and features per partition, so a valid operation for a parent or privileged partition can be unavailable to an ordinary child partition.

For the documented message-posting hypercall, this status means the calling partition lacks the PostMessages privilege. The right response is to establish which partition owns the operation and which privilege set it was created with; retrying from the same unprivileged guest cannot grant a capability.

What to compare

References


Looking for a different code? Search another status or error code.

Exit mobile version