Jump to content

DosSMPMPresent: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[image:legacy.png]]
Returns 1 into flag if Presentation Manager is present in the system.


==Description==
==Syntax==
Returns 1 into flag if Presentation Manager is present in the system.
APIRET16 Pascal far DOSSMPMPRESENT(short* flag)


==Syntax==
<PRE>
APIRET16 Pascal far DOSSMPMPRESENT(short* flag)
</PRE>
==Parameters==
==Parameters==
; flag : variable to receive the result.  
;flag: variable to receive the result.


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


==Remarks==
==Remarks==


==Example Code==
==Example Code==


<PRE>
[[Category:Dos]]
 
</PRE>
 
==Related Functions==
*
 
 
[[Category:The OS/2 API Project]]

Latest revision as of 15:28, 17 October 2018

Returns 1 into flag if Presentation Manager is present in the system.

Syntax

APIRET16 Pascal far DOSSMPMPRESENT(short* flag)

Parameters

flag
variable to receive the result.

Return Code

APIRET16 Pascal far

Remarks

Example Code