Context.getStructure

Access the structure of the context.

class Context
getStructure
()

Return Value

Type: Structure

The structure of the context. The structure is still owned by the context, which means that you should not modify it, free it and that the pointer becomes invalid when you free the context.

Meta