|
pure virtual |
Writes the data in pBuffer to the underlying component.
pBuffer | [ in ] A pointer to a buffer containing the data to be written. |
cBytesToWrite | [ in ] The number of bytes in pBuffer to write. The underlying component may not write all the request data. |
pcBytesWritten | [ out ] The address of a P6SIZE in which will be placed the number of bytes written (consumed). If this is less than cbBuffer, the caller must call this method again with the remaining data. |