API 文件集 > Custom user interface > Object ProUIDialog > Function ProUIDialogAppActionRemove
Function ProUIDialogAppActionRemove
Description
Remove a function previously added via ProUIDialogActionSet.
Synopsis
#include <ProUIDialog.h>
ProUIDialogAppActionRemove
(
char* dialog
/* (In)
Name of the dialog passed to ProUIDialogActionSet.
*/
ProUIAction function
/* (In)
Function passed to ProUIDialogActionSet
*/
/* (In)
Action data passed to ProUIDialogActionSet.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
這是否有幫助?