KernRegisterPDD
Appearance
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.