PVOID OldValue = NULL;
Wow64DisableWow64FsRedirection(&OldValue);
if ( GetFileAttributes(stShortcut.strTarget)!=-1 ) {
ShellExecute(NULL, "open", stShortcut.strTarget, stShortcut.strParams, stShortcut.strStartPath, SW_NORMAL);
}else{
AfxMessageBox("目标文件不存在:\n" + stShortcut.strTarget);
}
Wow64EnableWow64FsRedirection(TRUE);
文档信息
- 本文作者:zhupite
- 本文链接:https://zhupite.com/program/wow64-windows64-not-found-system-file.html
- 版权声明:自由转载-非商用-非衍生-保持署名(创意共享3.0许可证)