SvcCreateStringTable
Part of Net/Svc message.
Name | Type | Size in bytes | Size in bits | Value |
---|---|---|---|---|
Name | string | - | - | - |
MaxEntries | int | 2 | 16 | - |
NumEntries | int | (log2(MaxEntries)+1)/8 | log2(MaxEntries)+1 | - |
Length | int | 2.5 | 20 | - |
UserDataFixedSize | bool | 0.125 | 1 | - |
UserDataSize¹ | int | 1.5 | 12 | - |
UserDataSizeBits¹ | int | 0.5 | 4 | - |
Flags | int | 0.25NE 0.125OE | 2NE 1OE | - |
StringData | int | Length / 8 | Length | - |
¹ Depends if the UserDataFixedSize
bit was set.