[]
        
(Showing Draft Content)

C1.Util.DX.IUnknown

IUnknown Interface

Base interface for Component Object Model (COM).

Namespace: C1.Util.DX
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("00000000-0000-0000-C000-000000000046")]
public interface IUnknown

Methods

Name Description
AddReference()

Increments the reference count for an interface on this instance.

QueryInterface(ref Guid, out IntPtr)

Queries the supported COM interface on this instance.

Release()

Decrements the reference count for an interface on this instance.