BaseLib_Semaphore_IsExist
判断一个信号量是否存在
BOOL BaseLib_Semaphore_IsExist(LPCSTR lpszSemaphoreName)
参数.一:lpszSemaphoreName In/Out:In 类型:常量字符指针 可空:N 意思:输入要判断的信号名称
类型:逻辑型意思:存在返回真,不存在返回假
这个函数可以用来做进程间的互斥