IUnknown (Interfaces)
Last changed: PJonDevelopment (http---pjondevelopment.50webs.com)-189.25.187.30

.
Summary
TODO - a short description

C# Definition:

    [ComVisible(false)]
    [ComImport, InterfaceType(ComInterfaceType.InterfaceIsIUnknown), Guid("00000000-0000-0000-C000-000000000046")]
    public interface IUnknown
    {
    IntPtr QueryInterface(ref Guid riid);

    [PreserveSig]
    UInt32 AddRef();

    [PreserveSig]
    UInt32 Release();
    }

User-Defined Types:

None.

Notes:

None.

Documentation
IUnknown on MSDN