KernRegisterPDD: Difference between revisions
Appearance
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..." |
(No difference)
|
Revision as of 14:58, 5 July 2017
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.