HcdPdd_Init (Windows Embedded CE 6.0)

1/6/2010

This function initializes a host controller interface (HCI) and any platform-specific hardware and structures.

Syntax

DWORD HcdPdd_Init(
  DWORD dwContext 
);

Parameters

  • dwContext
    [in] Pointer to a string indicating the active registry key for the host controller driver.

Return Value

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

Header Hcdddsi.h or Ohcdddsi.h
Windows Embedded CE Windows CE 1.0 and later

See Also

Reference

USB Host Controller Driver PDD Functions
HcdMdd_CreateHcdObject