This function is called by the critical process monitor to provide an opportunity for the process to clean up and exit smoothly.
void CPMCallback ( DWORD dwCommand, DWORD dwCmdInfo );
None.
This function is a prototype for the callback function that a critical process should define and then register with the critical process monitor when the process calls CPMRegister.