DosSMPMPresent: Difference between revisions
Appearance
Created page with "image:legacy.png ==Description== Returns 1 into flag if Presentation Manager is present in the system. ==Syntax== <PRE> APIRET16 Pascal far DOSSMPMPRESENT(short* flag) ..." |
mNo edit summary |
||
(3 intermediate revisions by 2 users 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: |
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