Site icon EfmSoft

What does NTSTATUS 0xC037002A (STATUS_VID_VTL_ACCESS_DENIED) mean?

 
Could be also:
ConstantTypeOS
ERROR_VID_VTL_ACCESS_DENIEDHRESULTWindows
Previous Next
STATUS_VID_SAVED_STATE_INCOMPATIBLE STATUS_VOLMGR_DATABASE_FULL

STATUS_VID_VTL_ACCESS_DENIED

The target VTL is not permitted to access the resource

STATUS_VID_VTL_ACCESS_DENIED belongs to Virtual Secure Mode and Virtual Trust Level isolation. A VTL is a protection level inside a partition, and higher VTLs are more privileged than lower ones.

The status means the requested access is blocked by the VTL security boundary. It is not the same as ordinary file ACL denial or a guest user-account permission problem.

The TLFS describes VTLs as enabled and managed per partition and per virtual processor, so the failing resource, caller VTL, target VTL, and VP state all matter.

What to inspect

References


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

Exit mobile version