NW_DATA_STREAM_FAT_INFO

Contains the FAT information for a data stream

Service:Name Space
Defined In:nwnamspc.h

Syntax

   typedef struct
   {
      nuint32   dataStreamNumber;
      nuint32   dataStreamFATBlocksSize;
   } NW_DATA_STREAM_FAT_INFO;
   

Delphi Structure

   Type
      NW_DATA_STREAM_FAT_INFO = packed Record
         dataStreamNumber : nuint32;
         dataStreamFATBlocksSize : nuint32;
      End;
   

Parameters

dataStreamNumber

Specifies the number for the data stream.

dataStreamFATBlocksSize

Specifies the size of each FAT block for the data stream.