Jump to content

Talk:DosSuppressPopUps

From EDM2
Revision as of 01:40, 27 October 2017 by Ak120 (talk | contribs) (Created page with "==Content from duplicate== ;Prototype: APIRET APIENTRY DosSuppressPopUps (ULONG Flags, ULONG Drive); ;Linkage Definition: IMPORTS DosSuppressPopUps = DOSCALLS.114 ;Parameter...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Content from duplicate

Prototype
APIRET APIENTRY DosSuppressPopUps (ULONG Flags, ULONG Drive);
Linkage Definition
IMPORTS DosSuppressPopUps = DOSCALLS.114
Parameters
  • ULONG Flags Option flags (see comments).
  • ULONG Drive Logging drive ('A'=A: and so on), or zero to disable.
Comments
The option flag has two bits of interest:
00000001 - Disable Popups (otherwise enable them)
00000002 - Ignore drive parameter (otherwise use it)
Note: If the Ignore Drive bit of the Flags parameter is set, the Drive parameter must be zero.

Moved and redirecting now. --ak120 (talk) 01:40, 27 October 2017 (CEST)