inc: winfsp.h: srcdoc corrections

This commit is contained in:
Bill Zissimopoulos 2016-08-20 01:19:07 -07:00
parent 146570dd74
commit d2d2dd5099

View File

@ -665,11 +665,12 @@ typedef struct _FSP_FILE_SYSTEM_INTERFACE
* Get reparse point. * Get reparse point.
* *
* The behavior of this function depends on the value of FSP_FSCTL_VOLUME_PARAMS :: * The behavior of this function depends on the value of FSP_FSCTL_VOLUME_PARAMS ::
* SymbolicLinksOnly. If the value of SymbolicLinksOnly is FALSE the file system * ReparsePointsSymbolicLinksOnly. If the value of ReparsePointsSymbolicLinksOnly
* supports full reparse points and this function is expected to fill the buffer * is FALSE the file system supports full reparse points and this function is expected
* with a full reparse point. If the value of SymbolicLinksOnly is TRUE the file * to fill the buffer with a full reparse point. If the value of
* system supports symbolic links only as reparse points and this function is * ReparsePointsSymbolicLinksOnly is TRUE the file system supports symbolic links only
* expected to fill the buffer with the symbolic link path. * as reparse points and this function is expected to fill the buffer with the symbolic
* link path.
* *
* @param FileSystem * @param FileSystem
* The file system on which this request is posted. * The file system on which this request is posted.
@ -698,11 +699,12 @@ typedef struct _FSP_FILE_SYSTEM_INTERFACE
* Set reparse point. * Set reparse point.
* *
* The behavior of this function depends on the value of FSP_FSCTL_VOLUME_PARAMS :: * The behavior of this function depends on the value of FSP_FSCTL_VOLUME_PARAMS ::
* SymbolicLinksOnly. If the value of SymbolicLinksOnly is FALSE the file system * ReparsePointsSymbolicLinksOnly. If the value of ReparsePointsSymbolicLinksOnly
* supports full reparse points and this function is expected to set the reparse point * is FALSE the file system supports full reparse points and this function is expected
* contained in the buffer. If the value of SymbolicLinksOnly is TRUE the file * to set the reparse point contained in the buffer. If the value of
* system supports symbolic links only as reparse points and this function is * ReparsePointsSymbolicLinksOnly is TRUE the file system supports symbolic links only
* expected to set the symbolic link path contained in the buffer. * as reparse points and this function is expected to set the symbolic link path contained
* in the buffer.
* *
* @param FileSystem * @param FileSystem
* The file system on which this request is posted. * The file system on which this request is posted.