T
tracksun
Unregistered / Unconfirmed
GUEST, unregistred user!
下面这两行VC的头文件如何转换成Delphi的Pas文件<br>typedef int (*STREAM_READ_CALLBACK )(ULONG channelNumber, void *context);<br>extern "C"__declspec(dllexport) int __stdcall RegisterStreamReadCallback(STREAM_READ_CALLBACK StreamReadCallback, void *Context);<br>谢谢!