Jump to content

DosSMOpenDD: Difference between revisions

From EDM2
No edit summary
No edit summary
Line 1: Line 1:
[[image:legacy.png]]
{{Legacy
 
|RepFunc=
==Description==
|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.
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.



Revision as of 03:54, 16 September 2017

Legacy Function Warning
It is recommended to use a newer replacement for this function.
Replacement:
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

APIRET16 Pascal far DOSSMOPENDD()

Parameters

Return Code

Remarks

Example Code


Related Functions