void vApplicationStackOverflowHook( xTaskHandle *pxTask, signed portCHAR *pcTaskName );
I get the impression that one is able to receive the handle to and the name of the overflowing task through pxTask and pcTaskName. Is this correct? On the other hand I am a bit confused, because the function does not **seem to return a **pointer to an xTaskHandle but just an xTaskHandle as pxTask.
Regards,Anguel