Jump to content

DosSMSGDoPopup

From EDM2
Revision as of 15:33, 17 October 2018 by Ak120 (talk | contribs)

Tell the session manager that some session wants to perform a popup.

Syntax

DosSMSGDoPopup (proc, type, pid, scrn)

Parameters

proc (short)
process type (like with DosStartSession)
type (short)
=0 clear screen before popup.
!=0 don't clear screen
pid (short)
process id
scrn (short)
screen group

Return Code

APIRET16 Pascal far

Related Functions