FIND_BY_SID_OUTPUT structure (winioctl.h)
Contains data for the FSCTL_FIND_FILES_BY_SID control code.
Syntax
typedef struct {
DWORD NextEntryOffset;
DWORD FileIndex;
DWORD FileNameLength;
WCHAR FileName[1];
} FIND_BY_SID_OUTPUT, *PFIND_BY_SID_OUTPUT;
Members
NextEntryOffset
FileIndex
FileNameLength
FileName
Requirements
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | winioctl.h (include Windows.h) |