Jump to content

DosSMOpenDD: Difference between revisions

From EDM2
Created page with "image:legacy.png ==Description== This is called by the session manager or HARDERR.EXE to open the registered drivers or DLLs for later notifications. If there is some oth..."
 
Ak120 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[image:legacy.png]]
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.


==Description==
==Syntax==
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.
APIRET16 Pascal far DOSSMOPENDD()


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


==Return Code==
==Return Code==
APIRET16 Pascal far


==Remarks==
[[Category:Dos]]
 
 
==Example Code==
 
<PRE>
 
</PRE>
 
==Related Functions==
*
 
 
[[Category:The OS/2 API Project]]

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