DosSMPMPresent: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
Returns 1 into flag if Presentation Manager is present in the system. | |||
== | ==Syntax== | ||
APIRET16 Pascal far DOSSMPMPRESENT(short* flag) | |||
==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== | ||
[[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