HcdPdd_Read

This function is the host controller driver read routine.

DWORD HcdPdd_Read(
  DWORD dwOpenContext 
);

Parameters

  • dwOpenContext
    [in] Pointer to the device context returned from the HcdPdd_Init function.

Return Values

Drivers return –1.

Remarks

This function is the standard stream interface driver read 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.