Callback ProMdlNoteVisitAction
Description
This is the generic visit function for visiting notes.
Synopsis
#include <ProNote.h>
(*ProMdlNoteVisitAction)
(
ProNote* note_item
/* (In)
The ProNote being visited
*/
ProError status
/* (In)
The ProError status from the filter function
*/
ProAppData app_data
/* (In)
The user data passed to the visit function
*/
)
Returns
Call the visit function.
Stop visiting.
Isto foi útil?