05 2020 档案
摘要:``` // 单例2:事件。 /************************************************************************/ /* HANDLE CreateEvent( LPSECURITY_ATTRIBUTES lpEventAttribut
阅读全文
摘要:``` CString strCurProcessPath; HANDLE hProcess = OpenProcess(PROCESS_QUERY_INFORMATION | PROCESS_VM_READ, 0, GetCurrentProcessId()); if (hProcess) { T
阅读全文
摘要:``` // ?.h : 头文件 #pragma once #include #include #include // ?.cpp //#include CString DosPathToNt(IN TCHAR *szDosPath) { CString ret; try { TCHAR szDri
阅读全文
浙公网安备 33010602011771号