DkmIsUserCodeAsyncResult(Boolean) 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 DkmInstructionAddress.IsUserCode.
public:
DkmIsUserCodeAsyncResult(bool UserCode);
public:
DkmIsUserCodeAsyncResult(bool UserCode);
DkmIsUserCodeAsyncResult(bool UserCode);
public DkmIsUserCodeAsyncResult (bool UserCode);
new Microsoft.VisualStudio.Debugger.Symbols.DkmIsUserCodeAsyncResult : bool -> Microsoft.VisualStudio.Debugger.Symbols.DkmIsUserCodeAsyncResult
Public Sub New (UserCode As Boolean)
Parameters
- UserCode
- Boolean
[In] True if the provided instruction address is user code.