Visual2D::QueryInterface
HRESULTVisual2D::QueryInterface(REFIIDiid, void **ppvObject)
Retrieve a pointer to an interface supported by this object.
Defined in: Visual.h
Return Value
S_OK if the interface is supported, E_NOINTERFACE if not.
Parameters
iid
Identifier of the interface being requested.
ppvObject
Address of pointer variable that receives the interface pointer requested in riid.