[]
        
(Showing Draft Content)

C1.Util.DX.IUnknown.QueryInterface

QueryInterface Method

QueryInterface(ref Guid, out IntPtr)

Queries the supported COM interface on this instance.

Declaration
HResult QueryInterface(ref Guid guid, out IntPtr comObject)
Parameters
Type Name Description
Guid guid

The guid of the interface.

IntPtr comObject

The output COM object reference.

Returns
Type Description
HResult

If successfull, Ok