Previous topicNext topic
Help > XEngine_BaseLib > XEngine_BaseLib > BaseLib_Event >
BaseLib_Semaphore_Avtive

函数

BaseLib_Semaphore_Avtive

功能

激活一个等待的事件

语法

BOOL BaseLib_Semaphore_Avtive(XEVENT xhEvent, int* pInt_Count = NULL)

参数

 参数.一:xhEvent
  In/Out:In
  类型:句柄
  可空:N
  意思:要激活的事件句柄
 参数.二:pInt_Count
  In/Out:Out
  类型:整数型指针
  可空:Y
  意思:输出待处理的信号次数,macos不支持

返回值

类型:逻辑型
意思:是否激活成功

备注

 

示例