ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / IsValidURL Method

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

    Parameters

    pBC
    szURL
    dwReserved
    See Also