Purpose
Called to display an error message to the end user whenever Activate returns an error. This is a required member function.
Syntax
HRESULT STDMETHODCALLTYPE DisplayErrorMessage();
Parameters
None.
Return Codes
Returns NOERROR if successful or an E_FAIL if there is no message to display.
Comments
None.