inc: winfsp.h: fix Control doc

This commit is contained in:
Bill Zissimopoulos 2018-05-04 14:48:46 -07:00
parent ef5c947168
commit 05f622f2de
No known key found for this signature in database
GPG Key ID: 3D4F95D52C7B3EA3

View File

@ -838,9 +838,9 @@ typedef struct _FSP_FILE_SYSTEM_INTERFACE
* Pointer to a buffer that contains the input data.
* @param InputBufferLength
* Input data length.
* @param Buffer
* @param OutputBuffer
* Pointer to a buffer that will receive the output data.
* @param Length
* @param OutputBufferLength
* Output data length.
* @param PBytesTransferred [out]
* Pointer to a memory location that will receive the actual number of bytes transferred.