摘要: 仅对当前用户生效:shell:startup 对所有用户生效:shell:common startup 阅读全文
posted @ 2021-08-11 18:54 MoonXu 阅读(277) 评论(0) 推荐(0)
摘要: mutex = CreateMutex(NULL, false, NULL); WaitForSingleObject(mutex, INFINITE); ReleaseMutex(mutex); CloseHandle(mutex); 阅读全文
posted @ 2021-08-11 14:40 MoonXu 阅读(260) 评论(0) 推荐(0)