Contains the FAT information for a data stream
typedef struct
{
nuint32 dataStreamNumber;
nuint32 dataStreamFATBlocksSize;
} NW_DATA_STREAM_FAT_INFO;
Type
NW_DATA_STREAM_FAT_INFO = packed Record
dataStreamNumber : nuint32;
dataStreamFATBlocksSize : nuint32;
End;
Specifies the number for the data stream.
Specifies the size of each FAT block for the data stream.