Skip to content

Commit 002436c

Browse files
authored
Merge pull request #2563 from changeworld/patch-10
Delete unnecessary spaces
2 parents c206458 + a3201b0 commit 002436c

File tree

1 file changed

+52
-52
lines changed

1 file changed

+52
-52
lines changed

docs/debugger/debug-interface-access/thunk-ordinal.md

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -2,64 +2,64 @@
22
title: "THUNK_ORDINAL | 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
- "Thunk_Ordinal enumeration"
99
ms.assetid: 026f98a9-36b8-41ef-8a72-12d7cbc2d362
1010
author: "mikejo5000"
1111
ms.author: "mikejo"
1212
manager: jillfra
13-
ms.workload:
13+
ms.workload:
1414
- "multiple"
1515
---
1616
# THUNK_ORDINAL
17-
Designates thunk types.
18-
19-
## Syntax
20-
21-
```C++
22-
typedef enum THUNK_ORDINAL { 
23-
THUNK_ORDINAL_NOTYPE,
24-
THUNK_ORDINAL_ADJUSTOR,
25-
THUNK_ORDINAL_VCALL,
26-
THUNK_ORDINAL_PCODE,
27-
THUNK_ORDINAL_LOAD
28-
29-
// trampoline thunk ordinals - only for use in Trampoline thunk symbols
30-
THUNK_ORDINAL_TRAMP_INCREMENTAL,
31-
THUNK_ORDINAL_TRAMP_BRANCHISLAND,
32-
} THUNK_ORDINAL;
33-
```
34-
35-
## Elements
36-
THUNK_ORDINAL_NOTYPE
37-
Standard thunk.
38-
39-
THUNK_ORDINAL_ADJUSTOR
40-
A `this` adjustor thunk.
41-
42-
THUNK_ORDINAL_VCALL
43-
Virtual call thunk.
44-
45-
THUNK_ORDINAL_PCODE
46-
P-code thunk.
47-
48-
THUNK_ORDINAL_LOAD
49-
Delay load thunk.
50-
51-
THUNK_ORDINAL_TRAMP_INCREMENTAL
52-
Incremental trampoline thunk (a trampoline thunk is used to bounce calls from one memory space to another).
53-
54-
THUNK_ORDINAL_TRAMP_BRANCHISLAND
55-
Branch point trampoline thunk.
56-
57-
## Remarks
58-
The values in this enumeration are returned from a call to the [IDiaSymbol::get_thunkOrdinal](../../debugger/debug-interface-access/idiasymbol-get-thunkordinal.md) method.
59-
60-
## Requirements
61-
Header: cvconst.h
62-
63-
## See Also
64-
[Enumerations and Structures](../../debugger/debug-interface-access/enumerations-and-structures.md)
65-
[IDiaSymbol::get_thunkOrdinal](../../debugger/debug-interface-access/idiasymbol-get-thunkordinal.md)
17+
Designates thunk types.
18+
19+
## Syntax
20+
21+
```C++
22+
typedef enum THUNK_ORDINAL {
23+
THUNK_ORDINAL_NOTYPE,
24+
THUNK_ORDINAL_ADJUSTOR,
25+
THUNK_ORDINAL_VCALL,
26+
THUNK_ORDINAL_PCODE,
27+
THUNK_ORDINAL_LOAD
28+
29+
// trampoline thunk ordinals - only for use in Trampoline thunk symbols
30+
THUNK_ORDINAL_TRAMP_INCREMENTAL,
31+
THUNK_ORDINAL_TRAMP_BRANCHISLAND,
32+
} THUNK_ORDINAL;
33+
```
34+
35+
## Elements
36+
THUNK_ORDINAL_NOTYPE
37+
Standard thunk.
38+
39+
THUNK_ORDINAL_ADJUSTOR
40+
A `this` adjustor thunk.
41+
42+
THUNK_ORDINAL_VCALL
43+
Virtual call thunk.
44+
45+
THUNK_ORDINAL_PCODE
46+
P-code thunk.
47+
48+
THUNK_ORDINAL_LOAD
49+
Delay load thunk.
50+
51+
THUNK_ORDINAL_TRAMP_INCREMENTAL
52+
Incremental trampoline thunk (a trampoline thunk is used to bounce calls from one memory space to another).
53+
54+
THUNK_ORDINAL_TRAMP_BRANCHISLAND
55+
Branch point trampoline thunk.
56+
57+
## Remarks
58+
The values in this enumeration are returned from a call to the [IDiaSymbol::get_thunkOrdinal](../../debugger/debug-interface-access/idiasymbol-get-thunkordinal.md) method.
59+
60+
## Requirements
61+
Header: cvconst.h
62+
63+
## See Also
64+
[Enumerations and Structures](../../debugger/debug-interface-access/enumerations-and-structures.md)
65+
[IDiaSymbol::get_thunkOrdinal](../../debugger/debug-interface-access/idiasymbol-get-thunkordinal.md)

0 commit comments

Comments
 (0)