Jump to content

DosSMSGDoPopup: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
(No difference)

Revision as of 18:30, 12 January 2017

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