Requested MAXIMUM_ALLOWED access |
Application Verifier break message
The application requested MAXIMUM_ALLOWED access.
Probable cause
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 analyze the application as if all access privileges granted were actually required, which may cause false-positives.
Information displayed by Application Verifier
Opened %hs %ws with %hs for 0x%x (%hsMAXIMUM_ALLOWED), was granted 0x%x access.
Verifier stop code
ID: MAXIMUM_ALLOWED
Code: 0x3322
Error level
Warning