FILE_INFO_2 structure (lmshare.h)
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
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | lmshare.h (include Lm.h) |