std.windows.iunknown
Variables
E_NOINTERFACE
:
IID_IUnknown
:
GUID
S_OK
:
Aliases
HRESULT
:
int
IID
:
GUID
Structs
GUID
Fields
Data1
:
uint
Data2
:
ushort
Data3
:
ushort
Data4
:
ubyte
[8]
Classes
IUnknown
:
Object
Super hierarchy:
Object
->
IUnknown
Fields
count
:
int
Methods
uint
AddRef
()
int
QueryInterface
(
GUID
*
riid
,
IUnknown
pvObject
)
uint
Release
()
Inherited methods
from
Object
:
factory
,
notifyRegister
,
notifyUnRegister
,
opCmp
,
opEquals
,
print
,
toHash
,
toString