Max 5 API Reference
The symobject data structure. More...
#include <ext_symobject.h>
Data Fields | |
t_object | obj |
Max object header. | |
t_symbol * | sym |
The symbol contained by the object. | |
long | flags |
Any user-flags you wish to set or get. | |
void * | thing |
A generic pointer for attaching additional data to the symobject. |
The symobject data structure.
Definition at line 14 of file ext_symobject.h.