File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ api_type: ["DLLExport"]
8
8
topic_type : ["apiref"]
9
9
f1_keywords : ["RTTIDATA/__RTDynamicCast", "__RTDynamicCast"]
10
10
helpviewer_keywords : ["__RTDynamicCast"]
11
- ms.assetid : 56aa2d7a-aa47-46ef-830d-e37175611239
12
11
---
13
12
# ` __RTDynamicCast `
14
13
@@ -17,13 +16,13 @@ Runtime implementation of the [`dynamic_cast`](../cpp/dynamic-cast-operator.md)
17
16
## Syntax
18
17
19
18
``` cpp
20
- PVOID __RTDynamicCast (
19
+ PVOID __RTDynamicCast (
21
20
PVOID inptr,
22
21
LONG VfDelta,
23
22
PVOID SrcType,
24
23
PVOID TargetType,
25
24
BOOL isReference
26
- ) throw(...)
25
+ ) throw(...)
27
26
```
28
27
29
28
#### Parameters
@@ -45,7 +44,7 @@ Intended result of cast.
45
44
46
45
## Return value
47
46
48
- Pointer to the appropriate subobject, if successful; otherwise, `NULL`.
47
+ Pointer to the appropriate subobject if successful; otherwise, `NULL`.
49
48
50
49
## Exceptions
51
50
@@ -59,4 +58,4 @@ Converts `inptr` to an object of type `TargetType`. The type of `inptr` must be
59
58
60
59
| Routine | Required header |
61
60
|---|---|
62
- | **`__RTDynamicCast`** | `<rtti .h>` |
61
+ | **`__RTDynamicCast`** | `<rttidata .h>` |
You can’t perform that action at this time.
0 commit comments