Harlequin RIP SDK

#include "dlliface.h"

Data Fields

SwExitFn * pfnSwExit
 
SwRebootFn * pfnSwReboot
 
HqCustomAssert_fnpfnHqCustomAssert
 
HqCustomTrace_fnpfnHqCustomTrace
 
SwWarnFn * pfnSwWarn
 
SwGetSecDevSWDirFn * pfnSwGetSecDevSWDir
 

Detailed Description

Callback functions for DLL library wrapping core RIP entry points.

Field Documentation

◆ pfnHqCustomAssert

HqCustomAssert_fn* DllFuncs::pfnHqCustomAssert

The assert callback function.

◆ pfnHqCustomTrace

HqCustomTrace_fn* DllFuncs::pfnHqCustomTrace

The trace callback function.

◆ pfnSwExit

SwExitFn* DllFuncs::pfnSwExit

A function that will be called when the RIP exits.

◆ pfnSwGetSecDevSWDir

SwGetSecDevSWDirFn* DllFuncs::pfnSwGetSecDevSWDir

A function that will be called to obtain the path to the SW folder

◆ pfnSwReboot

SwRebootFn* DllFuncs::pfnSwReboot

A function that will be called when the RIP reboots.

◆ pfnSwWarn

SwWarnFn* DllFuncs::pfnSwWarn

A DLL warning callback function.


The documentation for this struct was generated from the following file: