Menu

Application Verifier break message

The application requested MAXIMUM_ALLOWED access.

Probable causes

The application requested MAXIMUM_ALLOWED access to an object (such as a file or registry key). Because of this, the open function will always succeed, even if no permission is actually granted to the user. This is unacceptable programming practice. In addition, the Verifier cannot authoritatively determine what rights the application actually needs in order to operate. The Verifier has attempted to determine what rights might have been granted to the application by the object, but failed to do so.

Information displayed by Application Verifier

%hs: Openned (%ws) with '%hs' for 0x%x (%hsMAXIMUM_ALLOWED), but granted access could not be determined due to error 0x%x. The object should be checked manually.

Stop code

ID: UNKNOWN_MAXIMUM_ALLOWED

Code: 0x3323

Error level

Warning