Share via


HcdPdd_Open (Compact 2013)

3/26/2014

This function is the host controller driver open routine.

Syntax

DWORD HcdPdd_Open(
  DWORD dwDeviceContext,
  DWORD dwAccessCode,
  DWORD dwShareMode 
);

Parameters

  • dwDeviceContext
    [in] Pointer to the device context returned from the HcdPdd_Init function.
  • dwAccessCode
    Not used.
  • dwShareMode
    Not used.

Return Value

Drivers return 1.

Remarks

This function is the standard stream interface driver open routine. It currently is not implemented.

Requirements

Header

Hcdddsi.h or Ohcdddsi.h

See Also

Reference

USB Host Controller Driver PDD Functions
HcdPdd_Init