[]
Base interface for Component Object Model (COM).
[Guid("00000000-0000-0000-C000-000000000046")]
public interface IUnknown
| 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. |