#include "stdafx.h" #include "windows.h" #include "fstream.h" #include "iostream.h" void main() { HANDLE hShared = OpenMutex(MUTEX_ALL_ACCESS, FALSE, ...
確定! 回上一頁