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