Partager via


IConverterUICallback.HrMessageBox Method

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Sub HrMessageBox ( _
    bstrText As String, _
    bstrCaption As String, _
    uType As UInteger, _
    <OutAttribute> ByRef pidResult As Integer _
)
'Usage
Dim instance As IConverterUICallback
Dim bstrText As String
Dim bstrCaption As String
Dim uType As UInteger
Dim pidResult As Integer

instance.HrMessageBox(bstrText, bstrCaption, _
    uType, pidResult)
void HrMessageBox(
    string bstrText,
    string bstrCaption,
    uint uType,
    out int pidResult
)

Parameters

See Also

Reference

IConverterUICallback Interface

IConverterUICallback Members

Microsoft.Office.Core Namespace