OhcdPdd_IOControl

This function is the OHCD IOCTL routine.

Syntax

BOOL OhcdPdd_IOControl( DWORD dwOpenContext );

Parameters

dwOpenContext
[IN] Pointer to the device context returned from the OhcdPdd_Init function.

Return Values

For future compatibility, drivers return FALSE.

Remarks

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

This function is declared in the Ohcdddsi.h header file.