Jump to content

DosSMSGDoPopup: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
{{Legacy
Tell the session manager that some session wants to perform a popup.
|RepFunc=
|Remarks=This page list the older version of the function for reference.
}}
Tell the session manager that some session wants to perform a popup.  


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


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


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


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

Revision as of 15:33, 17 October 2018

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