Share via


HcdPdd_IOControl (Compact 2013)

3/26/2014

This function is the host controller driver I/O controller (IOCTL) routine.

Syntax

BOOL HcdPdd_IOControl(
  DWORD dwOpenContext 
);

Parameters

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

Return Value

Drivers return FALSE.

Remarks

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

Requirements

Header

Hcdddsi.h or Ohcdddsi.h

See Also

Reference

USB Host Controller Driver PDD Functions
HcdPdd_Init