Jump to content

DosSMSGDoPopup: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
No edit summary
 
Line 5: Line 5:


==Parameters==
==Parameters==
;proc (short): process type (like with [[DosStartSession (OS/2 1.x)|DosStartSession]])
;''proc'' (short) - input: process type (like with [[DosStartSession (OS/2 1.x)|DosStartSession]])
;type (short): =0 clear screen before popup.
;''type'' (short) - input: =0 clear screen before popup.
:!=0 don't clear screen
:!=0 don't clear screen
;pid (short): process id
'';pid'' (short) - input: process id
;scrn (short): screen group
;''scrn'' (short) - input: screen group


==Return Code==
==Return Code==
APIRET16 Pascal far  
APIRET16 Pascal far  
==Related Functions==


[[Category:Dos]]
[[Category:Dos]]

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