AppLauncher.ApplicationActivationManager.ActivateForFile C# (CSharp) Method

ActivateForFile() private method

private ActivateForFile ( [ appUserModelId, [ itemArray, [ verb, [ processId ) : IntPtr
appUserModelId [
itemArray [
verb [
processId [
return System.IntPtr
        public extern IntPtr ActivateForFile([In] String appUserModelId, [In] IntPtr /*IShellItemArray* */ itemArray, [In] String verb, [Out] out UInt32 processId);
        [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]