Jump to content

KernRegisterPDD

From EDM2
Revision as of 14:58, 5 July 2017 by Martini (talk | contribs) (Created page with "It is similar to the DevHlp_RegisterPDD function. It will register the PDD name and the communication entry point. ==Synopsis== APIRET APIENTRY KernRegisterPDD(char *pszName...")
(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.

Synopsis

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

Parameters

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