[]
        
(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)
Function QueryInterface(ByRef guid As Guid, ByRef comObject As IntPtr) As HResult
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