DkmIsUserCodeExtendedAsyncResult(Boolean, DkmNativeNonUserCodeReason) 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 DkmNativeInstructionAddress.IsUserCodeExtended.
public:
DkmIsUserCodeExtendedAsyncResult(bool UserCode, Microsoft::VisualStudio::Debugger::Native::DkmNativeNonUserCodeReason Reason);
public DkmIsUserCodeExtendedAsyncResult (bool UserCode, Microsoft.VisualStudio.Debugger.Native.DkmNativeNonUserCodeReason Reason);
new Microsoft.VisualStudio.Debugger.Native.DkmIsUserCodeExtendedAsyncResult : bool * Microsoft.VisualStudio.Debugger.Native.DkmNativeNonUserCodeReason -> Microsoft.VisualStudio.Debugger.Native.DkmIsUserCodeExtendedAsyncResult
Public Sub New (UserCode As Boolean, Reason As DkmNativeNonUserCodeReason)
Parameters
- UserCode
- Boolean
[In] True if the provided instruction address is user code.
- Reason
- DkmNativeNonUserCodeReason
[In] The reason why the code was marked non-user code.