FIND_BY_SID_DATA structure (ntifs.h)
The FIND_BY_SID_DATA structure contains data for the FSCTL_FIND_FILES_BY_SID control code.
Syntax
typedef struct {
ULONG Restart;
SID Sid;
} FIND_BY_SID_DATA, *PFIND_BY_SID_DATA;
Members
Restart
Indicates whether to restart the search. This member should be 1 on first call, so the search will start from the root. For subsequent calls, this member should be zero so the search will resume at the point where it stopped.
Sid
A SID structure that specifies the desired creator owner.
Remarks
To perform this operation, call FltFsControlFile or ZwFsControlFile.
See FSCTL_FIND_FILES_BY_SID IOCTL (winioctl.h).
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP |
Header | ntifs.h |