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
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==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.  


==Syntax==
==Syntax==
<PRE>
DosSMSGDoPopup (proc, type, pid, scrn)
APIRET16 Pascal far DOSSMSGDOPOPUP(short proc,short type,short pid,short scrn)
 
</PRE>
==Parameters==
==Parameters==
; proc : process type (like with DosStartSession)  
;''proc'' (short) - input: process type (like with [[DosStartSession (OS/2 1.x)|DosStartSession]])
 
;''type'' (short) - input: =0 clear screen before popup.
; type :  
:!=0 don't clear screen
    =0 clear screen before popup.
'';pid'' (short) - input: process id
    !=0 don't clear screen  
;''scrn'' (short) - input: screen group
 
; pid : process id  
 
; scrn : screen group  


==Return Code==
==Return Code==
APIRET16 Pascal far


==Remarks==
[[Category:Dos]]
 
 
==Example Code==
 
<PRE>
 
</PRE>
 
==Related Functions==
*
 
 
[[Category:The OS/2 API Project]]

Latest revision as of 16:06, 24 May 2025

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

Syntax

DosSMSGDoPopup (proc, type, pid, scrn)

Parameters

proc (short) - input
process type (like with DosStartSession)
type (short) - input
=0 clear screen before popup.
!=0 don't clear screen

;pid (short) - input: process id

scrn (short) - input
screen group

Return Code

APIRET16 Pascal far