steal_structure
Description:
public Structure?
steal_structure (
uint index)
Retrieves the structure with the given index from the list of structures contained in this.
The caller becomes the owner of the returned structure.
Parameters:
| this |
the Caps to retrieve from
|
| index |
Index of the structure to retrieve
|
Returns:
|
a pointer to the Structure corresponding to index.
|