IConverterUICallback.HrMessageBox(String, String, UInt32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void HrMessageBox(System::String ^ bstrText, System::String ^ bstrCaption, System::UInt32 uType, [Runtime::InteropServices::Out] int % pidResult);
public void HrMessageBox (string bstrText, string bstrCaption, uint uType, out int pidResult);
abstract member HrMessageBox : string * string * uint32 * int -> unit
Public Sub HrMessageBox (bstrText As String, bstrCaption As String, uType As UInteger, ByRef pidResult As Integer)
Parameters
- bstrText
- String
- bstrCaption
- String
- uType
- UInt32
- pidResult
- Int32