API 설명서
>
Miscellaneous
>
Object ProUIComponent
> Function ProUIComponentClassnameGet
Function ProUIComponentClassnameGet
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
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_GENERAL_ERROR
The function failed.
User Guide References
Dialog Attributes:ProUIComponentClassnameGet
Parent topic
Object ProUIComponent
도움이 되셨나요?
이 사이트는 JavaScript를 사용할 때 가장 잘 작동합니다.