Category Windows and views, Object ProWindow

Callback ProWindowVisitAction


Description
This is the user-supplied callback function invoked for each Creo Parametric window.
Synopsis
#include <ProWindows.h>
ProError(*ProWindowVisitAction)(
int window_id
/* (In)
The identifier of the Creo Parametric window being visited
*/
ProAppData data
/* (In)
The application data
*/
)
Returns
PRO_TK_NO_ERRORContinue visiting.
OtherStop visiting and propagate this error.