Category
Notifications
, Object
ProNotification
Function ProNotificationUnset
Description
Removes the value of the specified notification.
Synopsis
#include <
ProNotify.h
>
ProError
ProNotificationUnset
(
ProNotifyType
type
/* (In)
The notification type
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully set the function.
PRO_TK_GENERAL_ERROR
There was a general error.
PRO_TK_BAD_INPUTS
The argument is invalid.
Manual References:
Event-driven Programming: Notifications: Using Notify
User Interface: Ribbon Tabs, Groups, and Menu Items: Tab Switching Events
Sample Code References:
pt_async ( TestAsync.c )
pt_examples ( TestMoldLayout.c )
pt_examples ( TestMoldLayout.c )
pt_examples ( TestMoldLayout.c )
pt_examples ( TestMoldLayout.c )
pt_examples ( TestMoldLayout.c )
pt_examples ( TestMoldLayout.c )
pt_examples ( TestNotify.c )
pt_examples ( TestNotify.c )