SendKextNotify function
简单描述该 function 的作用
Parameters:
- (int) hKextService:内核扩展服务句柄号
- (int) uNotify:通知标志,参考 Const uNotify 节
- (dword) dwEvent:事件ID,参考 Const dwEvent 节
- (dword) dwValue:事件值
- (LPCSTR) lpcText:事件描述字符串
Return value:
- Type:int
- Text:成功返回通知例程的返回码,失败返回 NULL
Remarks:
SendKextNotify function 仅将该通知送至目标内核扩展服务,并不能保证该通知会被立即处理
参数 hKextService 必须为有效值