DkmDisplayUserMessagePromptAsyncResult.Result Property

Definition

Win32 'ID' code from displaying the message box (ex: IDYES). These codes are defined in winuser.h from the Windows SDK.

This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).

public:
 property System::UInt32 Result { System::UInt32 get(); };
public:
 property unsigned int Result { unsigned int get(); };
public uint Result { get; }
member this.Result : uint32
Public ReadOnly Property Result As UInteger

Property Value

Applies to