Callback ProLayerAction
Description
This is the generic function for visiting and filtering ProLayers.
Synopsis
#include <ProLayer.h>
(*ProLayerAction)
(
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.
Isto foi útil?