Site icon EfmSoft

What does NTSTATUS 0xC00000D7 (STATUS_NO_SECURITY_ON_OBJECT) mean?

 
Previous Next
STATUS_VIRTUAL_CIRCUIT_CLOSED STATUS_CANT_WAIT

STATUS_NO_SECURITY_ON_OBJECT

The object has no security state for this operation

Windows securable objects normally carry a security descriptor, but not every internal or synthetic object exposes security in the way a caller expects. This status means the requested security operation found no security information on the object.

That is different from a DACL denying access. There may be no descriptor to read, inherit from, audit, or replace.

What to inspect

References


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

Exit mobile version