interface IUnknown { HRESULT QueryInterface (REFIID iid, void **ppvObject); ULONG AddRef (void); ULONG Release (void); };