Jump to content

DosSMPMPresent: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
{{Legacy
Returns 1 into flag if Presentation Manager is present in the system.
|RepFunc=
|Remarks=This page list the older version of the function for reference.
}}
Returns 1 into flag if Presentation Manager is present in the system.  


==Syntax==
==Syntax==
<PRE>
APIRET16 Pascal far DOSSMPMPRESENT(short* flag)
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>
</PRE>
==Related Functions==
*


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

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