The IUIEventCls::ShowMessage method, in Configuration Manager, is never called.

[IDL]
HRESULT ShowMessage(
  BSTR  sTitle,
  BSTR  sText,
  UI_MESSAGE_TYPE  eMsgType
);

Parameters

sTitle


Data type: BSTRQualifiers: [in]The title of the message.
sText


Data type: BSTRQualifiers: [in]The message text.
eMsgType


Data type: emsgQualifiers: [in]The message type.

Return Values

None.

Requirements

UIEvent.dll.

Runtime Requirements

Development Requirements

See Also

Reference

UIEventCls Class


Send comments about this topic to Microsoft.