Jump to content

DosSMOpenDD: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
{{Legacy
This is called by the session manager or [[HARDERR.EXE]] to open the registered drivers or DLLs for later notifications. If there is some other driver than the keyboard or mouse driver to receive notification, the HARDERR daemon seems to do the notifications. This function is exported for the HARDERR.EXE mainly.
|RepFunc=
|Remarks=This page list the older version of the function for reference.
}}
This is called by the session manager or HARDERR.EXE to open the registered drivers or DLLs for later notifications. If there is some other driver than the keyboard or mouse driver to receive notification, the HARDERR daemon seems to do the notifications. This function is exported for the HARDERR.EXE mainly.


==Syntax==
==Syntax==
<PRE>
APIRET16 Pascal far DOSSMOPENDD()
APIRET16 Pascal far DOSSMOPENDD()
 
</PRE>
==Parameters==
==Parameters==
;
None


==Return Code==
==Return Code==
 
APIRET16 Pascal far
==Remarks==
 
 
==Example Code==
 
<PRE>
 
</PRE>
 
==Related Functions==
*


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

Latest revision as of 05:27, 9 November 2018

This is called by the session manager or HARDERR.EXE to open the registered drivers or DLLs for later notifications. If there is some other driver than the keyboard or mouse driver to receive notification, the HARDERR daemon seems to do the notifications. This function is exported for the HARDERR.EXE mainly.

Syntax

APIRET16 Pascal far DOSSMOPENDD()

Parameters

None

Return Code

APIRET16 Pascal far