API 설명서 > Miscellaneous > Object ProUIComponent > Function ProUIComponentClassnameGet
Function ProUIComponentClassnameGet
Description
Gets the class name (type) for a given component.
Synopsis
#include <ProUI.h>
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
The function succeeded.
The function failed.
User Guide References
도움이 되셨나요?