You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/debugger/debug-interface-access/stackframetypeenum.md
+46-46Lines changed: 46 additions & 46 deletions
Original file line number
Diff line number
Diff line change
@@ -2,58 +2,58 @@
2
2
title: "StackFrameTypeEnum | Microsoft Docs"
3
3
ms.date: "11/04/2016"
4
4
ms.topic: "conceptual"
5
-
dev_langs:
5
+
dev_langs:
6
6
- "C++"
7
-
helpviewer_keywords:
7
+
helpviewer_keywords:
8
8
- "StackFrameTypeEnum enumeration"
9
9
ms.assetid: 61e40163-eee0-4c1f-af47-cef3771bdc41
10
10
author: "mikejo5000"
11
11
ms.author: "mikejo"
12
12
manager: jillfra
13
-
ms.workload:
13
+
ms.workload:
14
14
- "multiple"
15
15
---
16
16
# StackFrameTypeEnum
17
-
Specifies the stack frame type.
18
-
19
-
## Syntax
20
-
21
-
```C++
22
-
enum StackFrameTypeEnum {
23
-
FrameTypeFPO,
24
-
FrameTypeTrap,
25
-
FrameTypeTSS,
26
-
FrameTypeStandard,
27
-
FrameTypeFrameData,
28
-
FrameTypeUnknown = -1
29
-
};
30
-
```
31
-
32
-
## Elements
33
-
`FrameTypeFPO`
34
-
Frame pointer omitted; FPO info available.
35
-
36
-
`FrameTypeTrap`
37
-
Kernel Trap frame.
38
-
39
-
`FrameTypeTSS`
40
-
Kernel Trap frame.
41
-
42
-
`FrameTypeStandard`
43
-
Standard EBP stack frame.
44
-
45
-
`FrameTypeFrameData`
46
-
Frame pointer omitted; Frame data info available.
47
-
48
-
`FrameTypeUnknown`
49
-
Frame that does not have any debug info.
50
-
51
-
## Remarks
52
-
The values in this enumeration are returned by a call to the [IDiaStackFrame::get_type](../../debugger/debug-interface-access/idiastackframe-get-type.md) method.
53
-
54
-
## Requirements
55
-
Header: cvconst.h
56
-
57
-
## See Also
58
-
[Enumerations and Structures](../../debugger/debug-interface-access/enumerations-and-structures.md)
The values in this enumeration are returned by a call to the [IDiaStackFrame::get_type](../../debugger/debug-interface-access/idiastackframe-get-type.md) method.
53
+
54
+
## Requirements
55
+
Header: cvconst.h
56
+
57
+
## See Also
58
+
[Enumerations and Structures](../../debugger/debug-interface-access/enumerations-and-structures.md)
0 commit comments