IUIEventCls::ShowMessage Method

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

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: BSTR

    Qualifiers: [in]

    The title of the message.

  • sText
    Data type: BSTR

    Qualifiers: [in]

    The message text.

  • eMsgType
    Data type: emsg

    Qualifiers: [in]

    The message type.

Return Values

None.

Requirements

UIEvent.dll.

Runtime Requirements

For more information, see Configuration Manager Client Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Client Development Requirements.

See Also

Concepts

UIEventCls Class