callback function meaning in English
回调函式
回调函数。在应用程序中处理系统功能的函数。通常在不同系统(如与外部设备交互)间交流时用到回调函数。
回调函数,指向函数的指针
回呼函式
指向函数的指针
Examples
- In this case , you must set a breakpoint in the callback function
这种情况下,必须在回调函数中设置断点。 - To accomplish this , you can register a callback function with the
上注册一个callback函数,然后非同步地分派 - Callback function and implementation
回调函数和实现 - Control with all active windows , by filtering the results of the callback function ,
的结果,用所有活动窗口填充 - You must read it and the data it points to using a callback function
必须使用回调函数读取它和它所指向的数据。