Skip to content

Commit 9fdb588

Browse files
authored
Merge pull request #2440 from changeworld/patch-12
Delete unnecessary spaces
2 parents 2e85151 + dc60a1f commit 9fdb588

File tree

1 file changed

+46
-46
lines changed

1 file changed

+46
-46
lines changed

docs/debugger/debug-interface-access/stackframetypeenum.md

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -2,58 +2,58 @@
22
title: "StackFrameTypeEnum | Microsoft Docs"
33
ms.date: "11/04/2016"
44
ms.topic: "conceptual"
5-
dev_langs:
5+
dev_langs:
66
- "C++"
7-
helpviewer_keywords:
7+
helpviewer_keywords:
88
- "StackFrameTypeEnum enumeration"
99
ms.assetid: 61e40163-eee0-4c1f-af47-cef3771bdc41
1010
author: "mikejo5000"
1111
ms.author: "mikejo"
1212
manager: jillfra
13-
ms.workload:
13+
ms.workload:
1414
- "multiple"
1515
---
1616
# 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)
59-
[IDiaStackFrame::get_type](../../debugger/debug-interface-access/idiastackframe-get-type.md)
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)
59+
[IDiaStackFrame::get_type](../../debugger/debug-interface-access/idiastackframe-get-type.md)

0 commit comments

Comments
 (0)