2.2.8.3.11 SMB_QUERY_FILE_ALT_NAME_INFO

This information level structure is used in TRANS2_QUERY_PATH_INFORMATION (section 2.2.6.6) and TRANS2_QUERY_FILE_INFORMATION (section 2.2.6.8) responses to return the 8.3 format file name of the file in the request.<179>

 SMB_QUERY_FILE_ALT_NAME_INFO 
   {
   ULONG FileNameLength;
   WCHAR FileName[FileNameLength/2];
   }

FileNameLength: (4 bytes): This field contains the length, in bytes, of the FileName field.

FileName: (variable): This field contains the 8.3 name of the file in Unicode. The string is not null-terminated.