This topic has not yet been rated - Rate this topic

FIND_BY_SID_DATA structure

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

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

WinIoCtl.h (include Windows.h)

See also

FSCTL_FIND_FILES_BY_SID

 

 

Send comments about this topic to Microsoft

Build date: 4/16/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.