TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / IsValidURL Method

In This Topic
    IsValidURL Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function IsValidURL( _
       ByVal pBC As IntPtr, _
       ByVal szURL As String, _
       ByVal dwReserved As UInteger _
    ) As Integer
    public static int IsValidURL( 
       IntPtr pBC,
       string szURL,
       uint dwReserved
    )

    Parameters

    pBC
    szURL
    dwReserved
    See Also