#include "dlliface.h"
Data Fields | |
SwExitFn * | pfnSwExit |
SwRebootFn * | pfnSwReboot |
HqCustomAssert_fn * | pfnHqCustomAssert |
HqCustomTrace_fn * | pfnHqCustomTrace |
SwWarnFn * | pfnSwWarn |
SwGetSecDevSWDirFn * | pfnSwGetSecDevSWDir |
Callback functions for DLL library wrapping core RIP entry points.
HqCustomAssert_fn* DllFuncs::pfnHqCustomAssert |
The assert callback function.
HqCustomTrace_fn* DllFuncs::pfnHqCustomTrace |
The trace callback function.
SwExitFn* DllFuncs::pfnSwExit |
A function that will be called when the RIP exits.
SwGetSecDevSWDirFn* DllFuncs::pfnSwGetSecDevSWDir |
A function that will be called to obtain the path to the SW folder
SwRebootFn* DllFuncs::pfnSwReboot |
A function that will be called when the RIP reboots.
SwWarnFn* DllFuncs::pfnSwWarn |
A DLL warning callback function.