NativeMethods.IELaunchURL Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static int IELaunchURL(System::String ^ pszUrl, Microsoft::Crm::UnifiedServiceDesk::Dynamics::Controls::NativeMethods::PROCESS_INFORMATION % pProcInfo, Microsoft::Crm::UnifiedServiceDesk::Dynamics::Controls::NativeMethods::IELAUNCHURLINFO % lpInfo);
public static int IELaunchURL (string pszUrl, ref Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.NativeMethods.PROCESS_INFORMATION pProcInfo, ref Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.NativeMethods.IELAUNCHURLINFO lpInfo);
static member IELaunchURL : string * PROCESS_INFORMATION * IELAUNCHURLINFO -> int
Public Shared Function IELaunchURL (pszUrl As String, ByRef pProcInfo As NativeMethods.PROCESS_INFORMATION, ByRef lpInfo As NativeMethods.IELAUNCHURLINFO) As Integer
Parameters
- pszUrl
- String
- pProcInfo
- NativeMethods.PROCESS_INFORMATION