Purpose
Called when errors are returned on ApplyChanges to retrieve the implementation's error message text.
Syntax
HRESULT STDMETHODCALLTYPE GetErrorMessage( char * pszErrMsg, UINT cchMax );
Parameters
Return Codes
Returns NOERROR if successful or E_FAIL if unable to retrieve the message text or if message text was too large to fit in the buffer.
Comments
None