DkmSendLowerAsyncResult(DkmCustomMessage) 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 DkmCustomMessage.SendLower.
public:
DkmSendLowerAsyncResult(Microsoft::VisualStudio::Debugger::DkmCustomMessage ^ ReplyMessage);
public:
DkmSendLowerAsyncResult(Microsoft::VisualStudio::Debugger::DkmCustomMessage ^ ReplyMessage);
DkmSendLowerAsyncResult(Microsoft::VisualStudio::Debugger::DkmCustomMessage const & ReplyMessage);
public DkmSendLowerAsyncResult (Microsoft.VisualStudio.Debugger.DkmCustomMessage ReplyMessage);
public DkmSendLowerAsyncResult (Microsoft.VisualStudio.Debugger.DkmCustomMessage? ReplyMessage);
new Microsoft.VisualStudio.Debugger.DkmSendLowerAsyncResult : Microsoft.VisualStudio.Debugger.DkmCustomMessage -> Microsoft.VisualStudio.Debugger.DkmSendLowerAsyncResult
Public Sub New (ReplyMessage As DkmCustomMessage)
Parameters
- ReplyMessage
- DkmCustomMessage
[In,Optional] Message sent back from the implementation.