Function
nuPreNMIFuncSet
Syntax
Arguments
Return Value
Explanation
Register the call back function for the PRE NMI event. The function which is specified by func is executed when the PRE NMI event occurs.
Don't do any weighty calculations inside this function since it is handled directly by the Scheduler's system event handler.
See Also
void nuPreNMIFuncSet(NUScPreNMIFunc func)
None
Register the call back function for the PRE NMI event.
nuPreNMIFuncRemove