搜索资源列表
abc
- 通过函数 BOOL CreateProcess(LPCTSTR lpApplicationName,LPTSTR lpCommandLine, LPSECURITY_ATTRIBUTES lpProcessAttributes, LPSECURITY_ATTRIBUTES lpThreadAttributes, BOOL bInheritHandles, DWORD dwCreationFlags, LPVOID lpEnvironment, LPCTSTR lpCurrentDirectory
RegOpt
- 访问注册表的封装类,动态库代码,申明如typedef LPCTSTR (WINAPI *lpFunInitRegistry)(HKEY hKey) lpFunInitRegistry g_lpFunInitRegistry 调用方式LPCTSTR lpReg = g_lpFunInitRegistry(HKEY_LOCAL_MACHINE) g_lpFunOpenSubKey(lpReg, "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run
UFW
- 基于对话框的MFC优盘杀毒程序,运行程序时.有优盘插入时检测u盘里的autorun.inf-for(char cbNum= D cbNum<= Z cbNum++) //遍历可能的U盘盘符 { strdir.Empty() strdir.Format(" c:",cbNum) if(GetDriveType((LPCTSTR)strdir)==DRIVE_REMOVABLE)// 可移动的磁盘 { //-------