Category Windows and views, Object ProWindows

Function ProWindowsVisit


Description
Visits all the Creo Parametric windows.
Replacement in Object TOOLKIT: pfcBaseSession::ListWindows
Synopsis
#include <ProWindows.h>
ProErrorProWindowsVisit(
ProWindowVisitAction visit_func
/* (In)
The function invoked for each Creo Parametric window
*/
ProAppData app_data
/* (In)
The application data
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully visited all the Creo Parametric windows.
OtherAn error was encountered and visiting stopped.

Manual References:

  1. User Interface: Basic Graphics: Visiting Windows

Sample Code References:

  1. pt_examples ( UtilCollect.c )