KLinkedListNode: Difference between revisions
Jump to navigation
Jump to search
Filled in KLinkedListNode data |
mNo edit summary |
||
| Line 20: | Line 20: | ||
| 0x8 | | 0x8 | ||
| void* | | void* | ||
| Pointer to the node's data. | | Pointer to the node's data ('key' field). | ||
|} | |} | ||
Latest revision as of 18:01, 9 May 2015
Size : 0xC bytes
| Offset | Type | Description |
|---|---|---|
| 0x0 | KLinkedListNode* | Next |
| 0x4 | KLinkedListNode* | Previous |
| 0x8 | void* | Pointer to the node's data ('key' field). |