Description | ||||||||
Gets the class name (type) for a given component. | ||||||||
Synopsis | ||||||||
#include <ProUI.h> | ||||||||
ProError | ProUIComponentClassnameGet | ( | ||||||
char* dialog | ||||||||
/* (In) | ||||||||
The dialog name. | ||||||||
*/ | ||||||||
char* component | ||||||||
/* (In) | ||||||||
The layout name. | ||||||||
*/ | ||||||||
char** class_name | ||||||||
/* (Out) | ||||||||
The component class name. Free this using ProStringFree() | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|