|
SYS FN_syscalln(`Hik_PlayM4_SetFileRefCallBack`), nPort%, \ \ FN_callback(FNFileRefDone(), 2), nUser% bool% = FN_sysresult
DEF FNFileRefDone(nPort%, nUser%) REM Put whatever needs to be done in the callback here = 0 : REM Type 'void', so return value is unimportant
|