DosSuppressPopUps (Suppress Trap Exception Pop-Up Messages)

DosSuppressPopUps allows an application to enable or disable dynamically Trap Exception pop-up suppression and to specify the drive where the pop-up suppression log will be recorded.

The default setting is for disabled pop-up suppression unless overridden by the SUPPRESSPOPUPS CONFIG.SYS command.

Syntax

     APIRET APIENTRY DosSuppressPopUps(ULONG Flag, ULONG Drive);
32-bit code Example using CSet/2

Parameters