Talk:Physical Device Driver (DevHlp) Functions: Difference between revisions
Appearance
Created page with "Sources: * http://cyberkinetica.homeunix.net/os2tk45/ddk_pddref/" |
No edit summary |
||
Line 1: | Line 1: | ||
Sources: | Sources: | ||
* http://cyberkinetica.homeunix.net/os2tk45/ddk_pddref/ | * http://cyberkinetica.homeunix.net/os2tk45/ddk_pddref/ | ||
==Template== | |||
<PRE> | |||
==Syntax== | |||
===C=== | |||
<PRE> | |||
</PRE> | |||
===Assembler=== | |||
<PRE> | |||
CALL [Device_Help] | |||
</PRE> | |||
==Parameters== | |||
===C=== | |||
===Assembler=== | |||
<PRE> | |||
</PRE> | |||
==Return Code== | |||
===C=== | |||
===Assembler=== | |||
<PRE> | |||
</PRE> | |||
==Remarks== | |||
==Example Code== | |||
===C=== | |||
<PRE> | |||
</PRE> | |||
==Related Functions== | |||
[[Category:DevHlps]] | |||
</PRE> |
Revision as of 18:48, 27 July 2018
Sources:
Template
==Syntax== ===C=== <PRE>
Assembler
CALL [Device_Help]