FIND_BY_SID_OUTPUT structure
Applies to: desktop apps only
Represents a file name.
Note This structure is not yet declared in this manner in WinIoCtl.h. To use this structure, you must define it yourself using a different name, such as FIND_BY_SID_OUTPUT_TEMP. When the structure is declared correctly in the header, you will be able to download the header file and modify your code to use the structure declared in the header file.
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 |
|---|---|
|
Minimum supported server | Windows Server 2003 |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 4/17/2012