Skip to content

Commit ec32162

Browse files
authored
Include another fix
1 parent cf14bbc commit ec32162

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/cppcx/platform-intptr-value-class.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
2-
description: "Learn more about: Platform::IntPtr value class"
32
title: "Platform::IntPtr value class"
3+
description: "Learn more about: Platform::IntPtr value class"
44
ms.date: "12/30/2016"
55
ms.topic: "reference"
66
f1_keywords: ["VCCORLIB/PlatformIntPtr::IntPtr", "VCCORLIB/PlatformIntPtr::op_explicit Operator", "VCCORLIB/PlatformIntPtr::ToInt32"]
77
helpviewer_keywords: ["Platform::IntPtr Struct"]
8-
ms.assetid: 6c0326e8-edfd-4e53-a963-240b845dcde8
98
---
109
# Platform::IntPtr value class
1110

@@ -37,7 +36,7 @@ IntPtr has the following members:
3736
3837
**Metadata:** platform.winmd
3938
40-
## <a name="ctor" /> </a> IntPtr::IntPtr Constructor
39+
## <a name="ctor"></a> IntPtr::IntPtr Constructor
4140
4241
Initializes a new instance of an IntPtr with the specified value.
4342
@@ -52,7 +51,7 @@ IntPtr( __int64 handle-or-pointer ); IntPtr( void* value ); IntPtr( int 32-b
5251
*value*<br/>
5352
A 64-bit handle or pointer, or a pointer to a 64-bit value, or a 32-bit value that can be converted to a 64-bit value.
5453

55-
## <a name="op-explicit"> </a> IntPtr::op_explicit Operator
54+
## <a name="op-explicit"></a> IntPtr::op_explicit Operator
5655

5756
Converts the specified parameter to an IntPtr or a pointer to an IntPtr value.
5857

@@ -77,7 +76,7 @@ An IntPtr.
7776
7877
The first and second operators return an IntPtr. The third operator returns a pointer to the value represented by the current IntPtr.
7978
80-
## <a name="toint32"> </a> IntPtr::ToInt32 Method
79+
## <a name="toint32"></a> IntPtr::ToInt32 Method
8180
8281
Converts the current IntPtr value to a 32-bit integer.
8382

0 commit comments

Comments
 (0)