Category Notifications, Category Windchill servers, Object ProCheckin

Callback ProCheckinUIPreAction


Description
This is the function prototype that will be called when the user has just selected File->Auto Checkin, File->Custom Checkin, or the corresponding menu choices on the Model Tree menu. It is called before any of the actions executed by this button take place.
Synopsis
#include <ProNotify.h>
ProError(*ProCheckinUIPreAction)(void)
Returns
PRO_TK_NO_ERRORContinue checking in.
Any other valueCancel the checkin activity. The application is responsible for informing the user why the action was cancelled.

Manual References:

  1. Event-driven Programming: Notifications: File Management Events
  2. Data Management: Windchill Operations: CheckIn