FILE_INFO_2 structure
Contains the identification number for a file, device, or pipe.
Syntax
typedef struct _FILE_INFO_2 { DWORD fi2_id; } FILE_INFO_2, *PFILE_INFO_2, *LPFILE_INFO_2;
Members
- fi2_id
-
Specifies a DWORD value that contains the identification number assigned to the resource when it is opened.
Requirements
|
Minimum supported client | Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2003 [desktop apps only] |
|
Header |
|
See also
- Network Management Overview
- Network Management Structures
- NetFile Functions
- NetFileEnum
- NetFileGetInfo
- FILE_INFO_3
Community Additions
ADD
Show: