STORE_IsCommandSupported (Windows CE 5.0)
This function determines whether a mass storage command is supported.
BOOL STORE_IsCommandSupported( PTRANSPORT_COMMAND ptcCommand, PBOOL pfDataStageRequired, PDWORD pdwDirection, PDWORD pdwDataSize);
Parameters
- ptcCommand
[in] Target command. - pfDataStageRequired
[out] Indicator for whether the command has a data stage if the command is supported. - pdwDirection
[out] Direction of the data stage if the command is supported. - pdwDataSize
[out] Size of the data stage if the command is supported.
Return Values
Returns FALSE if the command is not supported or if the mass storage device was not opened or initialized properly. Otherwise, returns TRUE.
Requirements
OS Version: Windows CE 5.0 and later.
Header: Proxy.h.
See Also
USB Function Mass Storage Client Driver
Send Feedback on this topic to the authors