DkmDisplayUserMessagePromptAsyncResult(UInt32) Constructor
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.
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.