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 |
|
See also
Send comments about this topic to Microsoft
Build date: 4/16/2013