R3GetClassAttrs
int R3GetClassAttrs(int clid, ,,,);
clid - class identifier
0 - if all attributes were recognized by the class
Fetches class attributes.
int number_of_windows; R3GetClassAttrs(R3CLID_WINDOW, R3CLA_Instances, &number_of_windows, R3TAG_END);