Home | History | Annotate | Download | only in src

Lines Matching refs:BytesWritten

538  * \param[out]    BytesWritten       The actual number of bytes written to the buffer. This can be used by
551 uint32_t *BytesWritten)
559 if(Record==NULL ||Buffer==NULL||BytesWritten==NULL||MaxBufferSize == 0)
575 *BytesWritten = i_data;