Site icon EfmSoft

What does Windows error code 320 (ERROR_INVALID_CAP) mean?

 
Could be also:
ConstantTypeOS
STORAGE_DEVICE_ABNORMALITY_DETECTEDBugCheck CodeWindows
Previous Next
ERROR_UNDEFINED_SCOPE ERROR_DEVICE_UNREACHABLE

ERROR_INVALID_CAP

The central access policy data is malformed or unusable

ERROR_INVALID_CAP is a Win32 result associated with Dynamic Access Control policy distribution., diagnosis should begin with the exact API, target object, and operation that produced it rather than with the message text alone.

What the result means

The Central Access Policy obtained from Active Directory is invalid. The practical meaning depends on the caller and on whether the affected object is local, remote, removable, policy-managed, or handled asynchronously. Diagnostics for it should retain its symbolic name, numeric value, and the operation name together.

What to check

Recommended handling

Correct and redeploy the policy at its authoritative source. Falling back silently can grant or deny access differently from the intended enterprise policy.

Developer notes

Code handling this result should capture the failing API, resolved path or device identity, requested access, process identity, and the first observed error. After a call that reports it, read GetLastError() immediately because later cleanup or logging can overwrite the value. Retry it only when the specific condition is documented as transient, using a bounded delay and cancellation support.

References


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

Exit mobile version