HRESULT QueryInterface( REFIID iid, void** ppvObject ) ;
Return Value
Returns E_NOINTERFACE.
Parameters
iid
[in] The IID of the interface being requested.
ppvObject
[out] A pointer to the interface pointer identified by iid, or NULL if the interface is not found.
Remarks
Returns E_NOINTERFACE. In debug mode, calls _ASSERTE.