#define cszNxCoreSignalWaitEvent "sNxCoreSignalWaitEvent"
typedef int (__stdcall *NxCoreSignalWaitEvent) (const NxCoreSystem* pNxCoreSystem, bool bAlwaysSignal);
int SignalWaitEvent(
const NxCoreSystem* pNxCoreSystem,
bool bAlwaysSignal
);
Example
extern NxCoreClass nxCoreClass;