Description | ||||||||
This is the user generic function for visiting surfaces in a quilt. | ||||||||
Synopsis | ||||||||
#include <ProQuilt.h> | ||||||||
ProError | (*ProQuiltSurfaceVisitAction) | ( | ||||||
ProSurface surface | ||||||||
/* (In) | ||||||||
The handle to the surface. | ||||||||
*/ | ||||||||
ProError status | ||||||||
/* (In) | ||||||||
The status from the filter function. If the filter function is NULL, this is PRO_TK_NO_ERROR. | ||||||||
*/ | ||||||||
ProAppData app_data | ||||||||
/* (In) | ||||||||
The user data passed to ProQuiltSurfaceVisit(). | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|