OWLNext 7.0
Borland's Object Windows Library for the modern age
|
RIFF chunk information data structure. More...
#include <owl/file.h>
Public Types | |
enum | ckFlags { ckDirty = 0x0001 , ckList = 0x0002 , ckRiff = 0x0004 } |
Public Member Functions | |
TCkInfo () | |
Public Attributes | |
uint32 | CkId |
chunk ID | |
uint32 | Size |
chunk size | |
uint32 | Type |
form type or list type | |
uint32 | Offset |
offset of data portion of chunk | |
uint32 | Flags |
flags used by MMIO functions | |