<div class="content" name="FILE_INFO_2" uuid="b64cd630-e38a-49b8-9f35-bfd81d674892"><p>The FILE_INFO_2 structure contains the identifier for a
file, device, or pipe.</p><dl>
<dd>
<div><pre> typedef struct _FILE_INFO_2 {
   DWORD fi2_id;
 } FILE_INFO_2,
  *PFILE_INFO_2,
  *LPFILE_INFO_2;
</pre></div>
</dd></dl><p><b>fi2_id:</b>  Specifies a DWORD value
that contains the identifier that is assigned to the file, device, or pipe when
it was opened. See section <a href="6abb30a6-9f6d-4339-b022-81f3f78b11f8" data-linktype="relative-path">3.1.1</a>
for details.</p></div>