[]
public static extern IntPtr ShellExecute(IntPtr hwnd, string lpOperation, string lpFile, string lpParameters, string lpDirectory, int nShowCmd)
Type | Name | Description |
---|---|---|
IntPtr | hwnd | |
string | lpOperation | |
string | lpFile | |
string | lpParameters | |
string | lpDirectory | |
int | nShowCmd |
Type | Description |
---|---|
IntPtr |