Initiates the standard Parallels crash dump handler.
PRL_RESULT PrlApi_InitCrashHandler( PRL_CONST_STR sCrashDumpFileSuffix );
PrlApiCore.h
PRL_RESULT. Possible values are:
PRL_ERR_SUCCESS - function completed successfully.
Call this function if you would like a dump file to be created on the application crash. The crush dump will be created in the common Parallels crush dump directory (use PrlApi_GetCrashDumpsPath to obtains its name and path). The crash dump file name will begin with the name of the crashed application and can also contain a user-define suffix that is passed a parameter (see the Parameters subsection).