This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

how to use AgsiRegisterExecCallBackEx in DP51.dll

AgsiRegisterExecCallBackEx in DP51.dll

Agsi.RegisterExecCallBackEx    = (AgsiRegisterExecCallBackEx_t)    GetProcAddress(AgsiConfig.m_hInstance, "AgsiRegisterExecCallBackEx");

Agsi.RegisterExecCallBackEx(Execution);

How to make it work?

0