Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal.HTML Namespace / IMarkupServices Interface / ParseGlobal Method

In This Topic
    ParseGlobal Method
    In This Topic
    This member is for internal use only.
    Syntax
    'Declaration
     
    Function ParseGlobal( _
       ByVal hglobalHTML As System.IntPtr, _
       ByVal dwFlags As System.UInteger, _
       ByRef ppContainerResult As IMarkupContainer, _
       ByVal pPointerStart As IMarkupPointer, _
       ByVal pPointerFinish As IMarkupPointer _
    ) As System.Integer
    System.int ParseGlobal( 
       System.IntPtr hglobalHTML,
       System.uint dwFlags,
       out IMarkupContainer ppContainerResult,
       IMarkupPointer pPointerStart,
       IMarkupPointer pPointerFinish
    )

    Parameters

    hglobalHTML
    dwFlags
    ppContainerResult
    pPointerStart
    pPointerFinish
    See Also