[]
public static extern nint ShellExecute(nint 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 |
|---|---|---|
| nint | hwnd | |
| string | lpOperation | |
| string | lpFile | |
| string | lpParameters | |
| string | lpDirectory | |
| int | nShowCmd |
| Type | Description |
|---|---|
| nint |