Class ModContextEnumProc
See Also: Class ModContext.
class ModContextEnumProc
Description:
Callback object used with Modifier::EnumModContexts(). The proc() method is called by the system.
Methods:
Prototype:
virtual BOOL proc(ModContext *mc)=0
Remarks:
Implemented by the Plug-In.
This is called by Modifier::EnumModContexts().
Parameters:
ModContext *mc
The ModContext.
Return Value:
Return FALSE to stop, TRUE to continue.
See Also: Modifier::EnumModContexts(), Modifier.