tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
IUnknown
tango
sys
win32
IUnknown
Undocumented in source.
interface
IUnknown {
HRESULT
QueryInterface
(REFIID iid, IUnknown obj);
ULONG
AddRef
();
ULONG
Release
();
}
Members
Functions
AddRef
ULONG
AddRef
()
Undocumented in source.
QueryInterface
HRESULT
QueryInterface
(REFIID iid, IUnknown obj)
Undocumented in source.
Release
ULONG
Release
()
Undocumented in source.
Meta
Source
See Implementation
tango
sys
win32
IUnknown
interfaces
IUnknown
templates
IUnknownImpl