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)
(No difference)

Revision as of 18:38, 12 January 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