Menu

Application Verifier break message

The application tried to launch a process that needs to run elevated on Windows Vista

Probable cause

The application tried to use CreateProcess family API to launch a process that needs to run elevated on Windows Vista. It should use ShellExecute family API instead.

Information displayed by Application Verifier

%hs �(%ws, �%ws) tried to launch a process that needs to run elevated on Windows Vista.

Verifier stop code

ELEVATION_REQUIRED (code 0x332B)

Error level

Error