HcdPdd_Init (Windows CE 5.0)
This function initializes a host controller interface (HCI) and any platform-specific hardware and structures.
DWORDHcdPdd_Init(DWORDdwContext);
Parameters
- dwContext
[in] Pointer to a string indicating the active registry key for the host controller driver.
Return Values
A pointer to PDD-specific data structure indicates success. NULL indicates failure.
Remarks
This function executes at system initialization to detect and configure the HCI hardware. As part of processing this function, the HcdMdd_CreateHcdObject function initializes the model device driver (MDD) and HCI hardware.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Hcdddsi.h or Ohcdddsi.h.
See Also
Send Feedback on this topic to the authors