Jump to content

DosSMSGDoPopup: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
No edit summary
Line 1: Line 1:
{{Legacy
|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.  
Tell the session manager that some session wants to perform a popup.  



Revision as of 03:47, 16 September 2017

Legacy Function Warning
It is recommended to use a newer replacement for this function.
Replacement:
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

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