Jump to content

DosSMSGDoPopup: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
[[image:legacy.png]]
==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): process type (like with [[DosStartSession (OS/2 1.x)|DosStartSession]])
 
;type (short):  
; type :  
  =0 clear screen before popup.
    =0 clear screen before popup.
!=0 don't clear screen  
    !=0 don't clear screen  
;pid (short): process id
 
;scrn (short): screen group
; pid : process id  
 
; scrn : screen group  


==Return Code==
==Return Code==
 
APIRET16 Pascal far
==Remarks==
 
 
==Example Code==
 
<PRE>
 
</PRE>


==Related Functions==
==Related Functions==
*  
*  


 
[[Category:Dos]]
[[Category:The OS/2 API Project]]

Revision as of 16:39, 5 March 2017

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

Syntax

DosSMSGDoPopup (proc, type, pid, scrn)

Parameters

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

Return Code

APIRET16 Pascal far 

Related Functions