CDHtmlDialog::GetElementInterface
Visual Studio 2005
Retrieves the requested interface pointer from the HTML element identified by szElementId.
template <class Q> HRESULT GetElementInterface( LPCTSTR szElementId, Q** ppvObj ); HRESULT GetElementInterface( LPCTSTR szElementId, REFIID riid, void** ppvObj );
Parameters
- szElementId
-
The ID of an HTML element.
- ppvObj
-
Address of a pointer that will be filled with the requested interface pointer if the element is found and the query succeeds.
- riid
-
The interface ID (IID) of the requested interface.