Home |
Function PegExecute HMI (Human-Machine Interface) Classes |
Function PegExecutePegExecute executes the main message loop of the application: void PegExecute(PegPresentationManager * pPresent); Parameter pPresent must be the value returned by function PegInitialize. PegExecute will return when the application terminates through message PM_EXIT. Functions PegInitialize and PegExecute must be called from the same task.
|