Category Notifications, Object ProNotification

Function ProNotificationUnset


Description
Removes the value of the specified notification.
Synopsis
#include <ProNotify.h>
ProErrorProNotificationUnset(
ProNotifyType type
/* (In)
The notification type
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the function.
PRO_TK_GENERAL_ERRORThere was a general error.
PRO_TK_BAD_INPUTSThe argument is invalid.

Manual References:

  1. Event-driven Programming: Notifications: Using Notify
  2. User Interface: Ribbon Tabs, Groups, and Menu Items: Tab Switching Events

Sample Code References:

  1. pt_async ( TestAsync.c )
  2. pt_examples ( TestMoldLayout.c )
  3. pt_examples ( TestMoldLayout.c )
  4. pt_examples ( TestMoldLayout.c )
  5. pt_examples ( TestMoldLayout.c )
  6. pt_examples ( TestMoldLayout.c )
  7. pt_examples ( TestMoldLayout.c )
  8. pt_examples ( TestNotify.c )
  9. pt_examples ( TestNotify.c )