数据库execute用法 C语言shellexecute函数的用法?

C语言shellexecute函数的用法?Shellexecute(hWnd hWnd,//父窗口handle lpcstr lpoperation,//操作类型lpcstr lpfile,//操作l

C语言shellexecute函数的用法?

Shellexecute(hWnd hWnd,//父窗口handle lpcstr lpoperation,//操作类型lpcstr lpfile,//操作lpcstr lpparameters的文件或路径,//当lpoperation为“explore”时,指定要传递的参数,通常设置为nulllpcstr lpdirectory,//指定默认目录,通常设置为nullint nshowcmd//示例如下://调用计算器shellexecute(null,“open”)”计算.exe“,NULL,NULL,SWushownormal)//调用记事本shellexecute(NULL,”open“”记事本.EXE“,空,空,开关(正常)