ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / ComObject Class / QueryInterfaceOrNull Method / QueryInterfaceOrNull(Guid) Method
GUID query interface

In This Topic
    QueryInterfaceOrNull(Guid) Method
    In This Topic
    Query instance for a particular COM GUID/interface support.
    Syntax
    'Declaration
     
    Public Overloads Overridable Function QueryInterfaceOrNull( _
       ByVal guid As System.Guid _
    ) As System.IntPtr
    public virtual System.IntPtr QueryInterfaceOrNull( 
       System.Guid guid
    )

    Parameters

    guid
    GUID query interface
    See Also