在Windows下,ShellExecute函數是在shellapi.h頭文件中聲明的。因此,在使用ShellExecute函數之前,您需要包含shellapi.h頭文件。
示例代碼:#include <windows.h>#include <shellapi.h>int main(){ // 使用ShellExecute函數 return 0;}
#include <windows.h>
#include <shellapi.h>
int main()
{
// 使用ShellExecute函數
return 0;
}
請注意,windows.h頭文件也需要被包含,因為它包含了一些必需的定義和聲明,以及其他與Windows API相關的內容。
億速云公眾號
手機網站二維碼
Copyright ? Yisu Cloud Ltd. All Rights Reserved. 2018 版權所有
廣州億速云計算有限公司粵ICP備17096448號-1 粵公網安備 44010402001142號增值電信業務經營許可證編號:B1-20181529