callback function meaning in English
回调函式
回调函数。在应用程序中处理系统功能的函数。通常在不同系统(如与外部设备交互)间交流时用到回调函数。
回调函数,指向函数的指针
回呼函式
指向函数的指针
Examples
- A channel must be registered to listen for the callback function
信道必须注册以侦听回调函数。 - The emphasis is on how to use a win32 callback function ,
重点在于如何通过利用委托来使用win32回调函数 - A pointer to the callback function
指向回调函数的指针。 - How to : implement callback functions
>如何:实现回调函数 - Within the callback function , the returned data can be processed
在该回调函数内,可能处理返回的数据。