Share via


HcdPdd_Open

This function is the host controller driver open routine.

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 Values

Drivers return 1.

Remarks

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

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Ohcdddsi.h or Uhcdddsi.h.

See Also

HcdPdd_Init | USB Drivers

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.