<div class="content" name="FILE_INFO" uuid="f11e7081-53df-4756-8a7a-8aaef97db9db"><p>The FILE_INFO union contains information about a file,
device, or pipe. This union is used by the <a href="7b41f566-5418-47c7-85d9-5be229127675" data-linktype="relative-path">NetrFileGetInfo</a> method.</p><dl>
<dd>
<div><pre> typedef 
 [switch_type(unsigned long)] 
 union _FILE_INFO {
   [case(2)] 
     LPFILE_INFO_2 FileInfo2;
   [case(3)] 
     LPFILE_INFO_3 FileInfo3;
 } FILE_INFO,
  *PFILE_INFO,
  *LPFILE_INFO;
</pre></div>
</dd></dl><p><b>FileInfo2:</b>  A pointer to a structure
that contains information about a file, device, or pipe. For more details, see <a href="b64cd630-e38a-49b8-9f35-bfd81d674892" data-linktype="relative-path">FILE_INFO_2 (section 2.2.4.6)</a>.</p><p><b>FileInfo3:</b>  A pointer to a structure
that contains information about a file, device, or pipe. For more details, see <a href="1ce89330-a817-408d-975b-eb2852481238" data-linktype="relative-path">FILE_INFO_3 (section 2.2.4.7)</a>.</p></div>