如果我写一个像这样的简单代码: int main(int argc, char* argv[]) { HANDLE hEvent = CreateEventW( NULL, FALSE, FALSE, L"EVENTTEST" ); if (hEvent==NULL){ ...
確定! 回上一頁