2.2.2.1 SYNC_BLOB
The SYNC_BLOB structure represents a binary stream of data.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
BlobSize |
|||||||||||||||||||||||||||||||
BlobData (variable) |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
... |
BlobSize (4 bytes): A 32-bit unsigned integer that contains the size of the blob data in bytes.
BlobData (variable): A variable stream of bytes containing the blob data.