Platform SDK: Network Management

FILE_INFO_2

The FILE_INFO_2 structure contains the identification number for a file, device, or pipe.

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

  Windows NT/2000: Requires Windows NT 3.1 or later.
  Windows 95/98: Requires Windows 95 or later.
  Header: Declared in Lmshare.h.

See Also

Network Management Overview, Network Management Structures, NetFile Functions, NetFileEnum, NetFileGetInfo, FILE_INFO_3