| VT_VOID ShowResultMessage(VT_I4 hwndParent, VT_BSTR bstrTitle, VT_BSTR bstrErrorMessage, VT_BSTR bstrSerializedError, VT_UINT nFlags) | Shows the Result Message . |
| VT_VOID ShowResultMessage2(VT_I4 hwndParent, VT_BSTR bstrTitle, VT_BSTR bstrErrorMessage, VT_BSTR bstrSerializedError, VT_UI4 nCode, VT_UINT nFlags) | Shows the Result Message on parent window. |
| VT_VOID ShowErrorDlg(VT_I4 hwndParent, VT_BSTR bstrTitle, VT_BSTR bstrError) | Show the Error dialog. |
| VT_VOID GetResultError(VT_BSTR bstrError, VT_BSTR bstrConsolidatedError, VT_BOOL bTopMessage) | Get the Resultant Error dialog. |
| VT_VOID GetResultError2(VT_BSTR bstrError, VT_BSTR bstrConsolidatedError, VT_BOOL bTopMessage) | Get the Resultant Error dialog on parrent window. |
| VT_VOID GetResultError3(VT_BSTR bstrError, VT_BSTR bstrConsolidatedError, eRESULT_MESSAGE nType) | Get the Result Error . |