數(shù)據(jù)庫(kù)execute用法 C語(yǔ)言shellexecute函數(shù)的用法?
C語(yǔ)言shellexecute函數(shù)的用法?Shellexecute(hWnd hWnd,//父窗口handle lpcstr lpoperation,//操作類型lpcstr lpfile,//操作l
C語(yǔ)言shellexecute函數(shù)的用法?
Shellexecute(hWnd hWnd,//父窗口handle lpcstr lpoperation,//操作類型lpcstr lpfile,//操作lpcstr lpparameters的文件或路徑,//當(dāng)lpoperation為“explore”時(shí),指定要傳遞的參數(shù),通常設(shè)置為nulllpcstr lpdirectory,//指定默認(rèn)目錄,通常設(shè)置為nullint nshowcmd//示例如下://調(diào)用計(jì)算器shellexecute(null,“open”)”計(jì)算.exe“,NULL,NULL,SWushownormal)//調(diào)用記事本shellexecute(NULL,”open“”記事本.EXE“,空,空,開(kāi)關(guān)(正常)