2013年5月14日

SHELLEXECUTEINFO 和 ShellExecuteEx的使用

摘要: 声明:此文转载于http://www.cppblog.com/SpringSnow/archive/2009/04/22/80719.aspx使用SHELLEXECUTEINFO和ShellExecuteEx,我也主要是在cab包的安装时使用的。基本上是这样使用的,如下:SHELLEXECUTEINFOShellInfo;memset(&ShellInfo, 0,sizeof(ShellInfo));ShellInfo.cbSize=sizeof(ShellInfo);ShellInfo.hwnd=NULL;ShellInfo.lpVerb=_T("open");S 阅读全文

posted @ 2013-05-14 16:04 langgonger 阅读(430) 评论(0) 推荐(0)

导航