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 difference)

Revision as of 14:44, 25 September 2016

Description

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

Syntax

APIRET16 Pascal far DOSSMSGDOPOPUP(short proc,short type,short pid,short scrn)

Parameters

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

Return Code

Remarks

Example Code


Related Functions