Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
This function is the host controller driver read routine.
Syntax
DWORD HcdPdd_Read(
DWORD dwOpenContext
);
Parameters
- dwOpenContext
[in] Pointer to the device context returned from the HcdPdd_Init function.
Return Value
Drivers return -1.
Remarks
This function is the standard stream interface driver read routine. It currently is not implemented.
Requirements
Header |
Hcdddsi.h or Ohcdddsi.h |