Share via


DkmDisplayUserMessagePromptAsyncResult(UInt32) Constructor

Definition

Creates a new result structure to hold the output from a successful call to DkmUserMessage.DisplayPrompt.

public:
 DkmDisplayUserMessagePromptAsyncResult(System::UInt32 Result);
public:
 DkmDisplayUserMessagePromptAsyncResult(unsigned int Result);
 DkmDisplayUserMessagePromptAsyncResult(unsigned int Result);
public DkmDisplayUserMessagePromptAsyncResult (uint Result);
new Microsoft.VisualStudio.Debugger.DkmDisplayUserMessagePromptAsyncResult : uint32 -> Microsoft.VisualStudio.Debugger.DkmDisplayUserMessagePromptAsyncResult
Public Sub New (Result As UInteger)

Parameters

Result
UInt32

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

Applies to