DkmDisplayUserMessagePromptAsyncResult.Result Property
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.
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