Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains data for the FSCTL_FIND_FILES_BY_SID control code.
Syntax
typedef struct {
DWORD 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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | winioctl.h (include Windows.h) |