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 close routine.
Syntax
BOOL HcdPdd_Close(
DWORD dwOpenContext
);
Parameters
- dwOpenContext
[in] Pointer to the device context returned from HcdPdd_Init.
Return Value
Drivers return TRUE.
Remarks
This function is the standard stream interface driver close routine. It is not currently implemented.
Requirements
Header |
Hcdddsi.h or Ohcdddsi.h |
See Also
Reference
USB Host Controller Driver PDD Functions
HcdPdd_Init
HcdPdd_Open