Jump to content

KernRegisterPDD

From EDM2
Revision as of 17:27, 4 December 2017 by Martini (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

It is similar to the DevHlp_RegisterPDD function. It will register the PDD name and the communication entry point.

Syntax

APIRET APIENTRY KernRegisterPDD(char *pszName, Far32Ptr_t far32PDDProc);

Parameters

pszName
Driver name
far32PDDProc
The pointer to the communication function of the physical device driver.