Compartir a través de


SafeNativeMethods.IELaunchURL Method

Definition

Launches a URL with Internet Explorer. Works with Internet Explorer’s protected mode.

public:
 static bool IELaunchURL(System::String ^ url, Microsoft::Crm::UnifiedServiceDesk::Dynamics::Utilities::PROCESS_INFORMATION % pProcInfo, Microsoft::Crm::UnifiedServiceDesk::Dynamics::Utilities::IELAUNCHURLINFO % lpInfo);
public static bool IELaunchURL (string url, ref Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.PROCESS_INFORMATION pProcInfo, ref Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.IELAUNCHURLINFO lpInfo);
static member IELaunchURL : string * PROCESS_INFORMATION * IELAUNCHURLINFO -> bool
Public Shared Function IELaunchURL (url As String, ByRef pProcInfo As PROCESS_INFORMATION, ByRef lpInfo As IELAUNCHURLINFO) As Boolean

Parameters

url
String

Specifies the URL to navigate to.

pProcInfo
PROCESS_INFORMATION

Specifies the process information structue by reference that will contain the opened process ID.

lpInfo
IELAUNCHURLINFO

Specifies the launch information structure.

Returns

True if the native call was successful, otherwise false.

Applies to