[]
        
(Showing Draft Content)

C1.Util.Win.Win32.ShellExecute

ShellExecute Method

ShellExecute(IntPtr, string, string, string, string, int)

Declaration
public static extern IntPtr ShellExecute(IntPtr hwnd, string lpOperation, string lpFile, string lpParameters, string lpDirectory, int nShowCmd)
Parameters
Type Name Description
IntPtr hwnd
string lpOperation
string lpFile
string lpParameters
string lpDirectory
int nShowCmd
Returns
Type Description
IntPtr