nulib ~master (2025-12-14T08:31:17.4307625)
Dub
Repo
IUnknown.QueryInterface
nulib
system
com
unk
IUnknown
A helper function that infers an interface identifier.
HRESULT
QueryInterface
(const(IID)* riid, void* ppvObject)
HRESULT
QueryInterface
(T** pvObject)
interface
IUnknown
extern (
D
) @
nogc
HRESULT
QueryInterface
(
T
)
(
T
**
pvObject
)
if
(
is
(
__uuidof
!
T
)
)
Meta
Source
See Implementation
nulib
system
com
unk
IUnknown
functions
AddRef
QueryInterface
Release
static variables
iid
A helper function that infers an interface identifier.