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

In This Topic
    GetBindResult Method
    In This Topic
    This member is for internal use only.
    Syntax
    'Declaration
     
    Sub GetBindResult( _
       ByRef pclsidProtocol As System.Guid, _
       ByRef pdwResult As System.UInteger, _
       ByRef pszResult As System.String, _
       ByRef dwReserved As System.UInteger _
    ) 
    void GetBindResult( 
       out System.Guid pclsidProtocol,
       out System.uint pdwResult,
       out System.string pszResult,
       out System.uint dwReserved
    )

    Parameters

    pclsidProtocol
    pdwResult
    pszResult
    dwReserved
    See Also