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 edit summary |
||
Line 1: | Line 1: | ||
It is similar to the DevHlp_RegisterPDD function. It will register the PDD name and the communication entry point. | 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); | APIRET APIENTRY KernRegisterPDD(char *pszName, Far32Ptr_t far32PDDProc); | ||
Latest revision as of 17:27, 4 December 2017
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.