win32 v2.100.0 (2022-03-04T09:13:39Z)
Home
Dub
Repo
IUnknown
win32
unknwn
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
@
system
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
win32
unknwn
aliases
LPCLASSFACTORY
LPUNKNOWN
functions
MIDL_user_allocate
MIDL_user_free
interfaces
IClassFactory
IUnknown