Share via


HcdPdd_Init (Windows CE 5.0)

Send Feedback

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

HcdMdd_CreateHcdObject

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.