DkmIsUserCodeAsyncResult(Boolean) Constructor

Definition

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.

Applies to