API 설명서 > Custom user interface > Object ProUIDialog > Function ProUIDialogCloseActionSet
Function ProUIDialogCloseActionSet
Description
Sets the close action for a dialog. This function is called after the dialog is closed by a call to ProUIDialogExit()
Synopsis
#include <ProUIDialog.h>
ProUIDialogCloseActionSet
(
char* dialog
/* (In)
The name of the dialog
*/
/* (In)
The action to be called on closing the dialog
*/
ProAppData appdata
/* (In)
User data to be passed to the action function. Can be NULL.
*/
)
Returns
The function was successful
The function failed
Sample Code References
User Guide References
도움이 되셨나요?