HcdPdd_IOControl

This function is the host controller driver IOCTL routine.

BOOL HcdPdd_IOControl(
  DWORD dwOpenContext 
);

Parameters

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

Return Values

For future compatibility, drivers return FALSE.

Remarks

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