Wave Dictionary: Difference between revisions

RwaUniqueID
(→‎RwaWaveFormat: Syntax highlighting)
(RwaUniqueID)
Line 86:
 
This is followed by the <code>RwaLLNode</code>, the entry (of type <code>char[]</code>) and a 128-bit UUID.
 
== RwaUniqueID ==
struct RwaUniqueID {
union {
RwaUUID* uuid;
RwaUUID* copyUUID;
}
 
struct name {
char* uniqueName;
char* copyName;
}
};
</syntaxhighlight>
 
== RwaWaveFormat ==