The application tried to launch a process that might need to run elevated on Windows Vista. |
Application Verifier break message
The application tried to launch a process that might need to run elevated on Windows Vista
Probable cause
The application tried to use CreateProcess family API to launch a process that might need to run elevated on Windows Vista. It should use the ShellExecute API instead.
Information displayed by Application Verifier
%hs (�%ws�, �%ws�) tried to launch a process that might need to run elevated on Windows Vista.
Verifier stop code
ELEVATION_DETECTED (code 0x332C)
Error level
Error