摘要:
LPCTSTR lpFile;LPCTSTR lpParameters;LPCTSTR lpDirectory;int nShow;HINSTANCE hInstApp;LPVOID lpIDList;LPCTSTR lpClass;HKEY hkeyClass;DWORD dwHotKey;union {HANDLE hIcon;HANDLE hMonitor;} DUMMYUNIONNAME;HANDLE hProcess; } SHELLEXECUTEINFO, *LPSHELLEXECUTEINFO; 在C#中其结构为 public struct SHELLEXECUTEINFO // 阅读全文