This topic has not yet been rated - Rate this topic

FIND_BY_SID_OUTPUT structure

Represents a file name.

Syntax


typedef struct _FIND_BY_SID_OUTPUT {
  DWORD FileNameLength;
  WCHAR FileName[1];
} FIND_BY_SID_OUTPUT, *PFIND_BY_SID_OUTPUT;

Members

FileNameLength

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

FileName

A pointer to a null-terminated string that specifies the file name.

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.