Jump to content

DosSMSGDoPopup

From EDM2
Revision as of 15:45, 25 September 2016 by Martini (talk | contribs)

Description

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

Syntax

APIRET16 Pascal far DOSSMSGDOPOPUP(short proc,short type,short pid,short scrn)

Parameters

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

Return Code

Remarks

Example Code


Related Functions