DkmStackWalkStatus Enum
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.
Return status from a monitor walk operation.
public enum class DkmStackWalkStatus
public enum class DkmStackWalkStatus
enum DkmStackWalkStatus
public enum DkmStackWalkStatus
type DkmStackWalkStatus =
Public Enum DkmStackWalkStatus
- Inheritance
-
DkmStackWalkStatus
Fields
EndOfStack | 2 | The walker determined that the end of the stack has been reached. StackWalking should stop. |
FrameFound | 0 | The walker found a frame within its runtime. |
OutsideOfRuntime | 1 | The walker determined that the current frame is outside of it's runtime. Lower priority walkers will be given a chance to walk. |