Jump to content

DosSMOpenDD: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Line 25: Line 25:
*  
*  


 
[[Category:Dos]]
[[Category:The OS/2 API Project]]

Revision as of 02:31, 10 May 2017

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 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