open the existing named event hOpenedEvent = OpenEvent(EVENT_ALL_ACCESS, FALSE, "MyUniqueNamedEvent"); // signal it SetEvent(hOpenedEvent);
確定! 回上一頁