[]
public static extern IntPtr ShellExecute(IntPtr hwnd, string lpOperation, string lpFile, string lpParameters, string lpDirectory, int nShowCmd)
Public Shared Function ShellExecute(hwnd As IntPtr, lpOperation As String, lpFile As String, lpParameters As String, lpDirectory As String, nShowCmd As Integer) As IntPtr
| Type | Name | Description |
|---|---|---|
| IntPtr | hwnd | |
| string | lpOperation | |
| string | lpFile | |
| string | lpParameters | |
| string | lpDirectory | |
| int | nShowCmd |
| Type | Description |
|---|---|
| IntPtr |