Jump to content

DosSMSGDoPopup: Difference between revisions

From EDM2
Created page with "==Description== Tell the session manager that some session wants to perform a popup. ==Syntax== <PRE> APIRET16 Pascal far DOSSMSGDOPOPUP(short proc,short type,short pid,shor..."
 
No edit summary
Line 1: Line 1:
[[image:legacy.png]]
==Description==
==Description==
Tell the session manager that some session wants to perform a popup.  
Tell the session manager that some session wants to perform a popup.  

Revision as of 15:45, 25 September 2016

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