Callback ProLayerFilter
Description
This is the generic function for filtering ProLayers.
Synopsis
#include <ProLayer.h>
(*ProLayerFilter)
(
ProLayer* layer
/* (In)
The ProLayer being visited
*/
ProAppData app_data
/* (In)
The user data passed to the visit function
*/
)
Returns
Call the visit function.
Stop visiting.
Skip visiting this layer and go to the next layer.
User Guide References
Was this helpful?