windows-headers ~master (2020-02-09T01:19:06Z)
Dub
Repo
IUnknown
windows
unknwn
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
nothrow extern (
Windows
)
interface
IUnknown {
HRESULT
QueryInterface
(IID* riid, void** pvObject);
ULONG
AddRef
();
ULONG
Release
();
}
Members
Functions
AddRef
ULONG
AddRef
()
Undocumented in source.
QueryInterface
HRESULT
QueryInterface
(IID* riid, void** pvObject)
Undocumented in source.
Release
ULONG
Release
()
Undocumented in source.
Meta
Source
See Implementation
windows
unknwn
aliases
LPCLASSFACTORY
LPUNKNOWN
functions
MIDL_user_allocate
MIDL_user_free
interfaces
IClassFactory
IUnknown