Skip to content

Commit df32ac1

Browse files
authored
Update ns-winioctl-find_by_sid_output.md
Add missing parameter descriptions Update description
1 parent 1ad8a3f commit df32ac1

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

sdk-api-src/content/winioctl/ns-winioctl-find_by_sid_output.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ helpviewer_keywords: ["*PFIND_BY_SID_OUTPUT","FIND_BY_SID_OUTPUT","FIND_BY_SID_O
66
old-location: fs\find_by_sid_output.htm
77
tech.root: fs
88
ms.assetid: fc616f88-c8c9-43de-8b17-2b8c38e5cdbb
9-
ms.date: 12/05/2018
9+
ms.date: 01/04/2022
1010
ms.keywords: '*PFIND_BY_SID_OUTPUT, FIND_BY_SID_OUTPUT, FIND_BY_SID_OUTPUT structure [Files], PFIND_BY_SID_OUTPUT, PFIND_BY_SID_OUTPUT structure pointer [Files], base.find_by_sid_output, fs.find_by_sid_output, winioctl/FIND_BY_SID_OUTPUT, winioctl/PFIND_BY_SID_OUTPUT'
1111
req.header: winioctl.h
1212
req.include-header: Windows.h
@@ -51,22 +51,26 @@ api_name:
5151

5252
## -description
5353

54-
Represents a file name.
54+
The FIND_BY_SID_OUTPUT structure represents the fully qualified path name of a file.
5555

5656
## -struct-fields
5757

5858
### -field NextEntryOffset
5959

60+
Number of bytes that must be skipped to get to the next record. A value of zero indicates that this is the last record.
61+
6062
### -field FileIndex
6163

64+
Index of the file.
65+
6266
### -field FileNameLength
6367

6468
The size of the file name, in bytes. This size does not include the NULL character.
6569

6670
### -field FileName
6771

68-
A pointer to a null-terminated string that specifies the file name.
72+
A null-terminated string that specifies the file name.
6973

7074
## -see-also
7175

72-
<a href="/windows/desktop/api/winioctl/ni-winioctl-fsctl_find_files_by_sid">FSCTL_FIND_FILES_BY_SID</a>
76+
<a href="/windows/desktop/api/winioctl/ni-winioctl-fsctl_find_files_by_sid">FSCTL_FIND_FILES_BY_SID</a>

0 commit comments

Comments
 (0)