API 설명서 > Custom user interface > Object ProUIDialog > Function ProUIDialogBitmapGet
Function ProUIDialogBitmapGet
Description
Get the bitmap of the dialog.
Synopsis
#include <ProUIDialog.h>
ProUIDialogBitmapGet
(
char* dialog
/* (In)
Name of the dialog.
*/
char** value
/* (Out)
The name of the bitmap. Free this using ProStringFree().
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
도움이 되셨나요?