Jump to content

DosSMSGDoPopup

From EDM2
Revision as of 18:30, 12 January 2017 by Ak120 (talk | contribs) (Ak120 moved page OS2 API:CPI:LEGACY:DosSMSGDoPopup to DosSMSGDoPopup)

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