Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions docs/c-runtime-library/setjmp3.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
---
description: "Learn more about: _setjmp3"
title: "_setjmp3"
ms.date: "1/14/2021"
description: "Learn more about: _setjmp3"
ms.date: 1/14/2021
api_name: ["_setjmp3"]
api_location: ["msvcrt.dll", "msvcr90.dll", "msvcr110.dll", "msvcr80.dll", "msvcr110_clr0400.dll", "msvcr100.dll", "msvcr120.dll"]
api_type: ["DLLExport"]
topic_type: ["apiref"]
f1_keywords: ["setjmp3", "_setjmp3"]
helpviewer_keywords: ["_setjmp3 function", "setjmp3 function"]
ms.assetid: 6129c2f3-8bac-4fdb-a827-44e1eebba500
---
# `_setjmp3`

Expand Down Expand Up @@ -43,8 +42,6 @@ Always returns 0.

Don't use this function in a C++ program. It's an intrinsic function that doesn't support C++. For more information about how to use `setjmp`, see [Using setjmp/longjmp](../cpp/using-setjmp-longjmp.md).

## Requirements

## See also

[Alphabetical function reference](./reference/crt-alphabetical-function-reference.md)\
Expand Down
7 changes: 2 additions & 5 deletions docs/cppcx/operator-type-hat.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
description: "Learn more about: operator Type^"
title: "operator Type^"
ms.date: "12/30/2016"
ms.assetid: b24ffc83-0780-4f9a-8ee0-f5725db339d1
description: "Learn more about: operator Type^"
ms.date: 12/30/2016
---
# operator Type^

Expand Down Expand Up @@ -42,8 +41,6 @@ Type^ tx2 = (Type^)(tn);

.NET Framework programs project `TypeName` as <xref:System.Type>

### Requirements

## See also

[operator Windows::UI::Xaml::Interop::TypeName](../cppcx/operator-windows-ui-xaml-interop-typename.md)<br/>
Expand Down
7 changes: 2 additions & 5 deletions docs/cppcx/operator-windows-ui-xaml-interop-typename.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
description: "Learn more about: operator Windows::UI::Xaml::Interop::TypeName"
title: "operator Windows::UI::Xaml::Interop::TypeName"
ms.date: "12/30/2016"
ms.assetid: a65a105e-7e3a-452f-932f-2cdaf00fbba5
description: "Learn more about: operator Windows::UI::Xaml::Interop::TypeName"
ms.date: 12/30/2016
---
# operator Windows::UI::Xaml::Interop::TypeName

Expand Down Expand Up @@ -42,8 +41,6 @@ Type^ tx2 = (Type^)(tn);

.NET Framework programs project `TypeName` as [System.Type](/dotnet/api/system.type).

### Requirements

## See also

[operator Windows::UI::Xaml::Interop::TypeName](../cppcx/operator-windows-ui-xaml-interop-typename.md)<br/>
Expand Down
7 changes: 2 additions & 5 deletions docs/cppcx/platform-ibox-interface.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
description: "Learn more about: Platform::IBox Interface"
title: "Platform::IBox Interface"
ms.date: "12/30/2016"
description: "Learn more about: Platform::IBox Interface"
ms.date: 12/30/2016
ms.topic: "reference"
f1_keywords: ["VCCORLIB/Namespace not found::Platform", "VCCORLIB/Namespace not found::Platform::Value"]
ms.assetid: 774df45d-f8a7-45a3-ae24-eecc3c681040
---
# Platform::IBox Interface

Expand All @@ -26,8 +25,6 @@ The type of the boxed value.

The `IBox<T>` interface is primarily used internally to represent nullable value types, as described in [Value classes and structs (C++/CX)](../cppcx/value-classes-and-structs-c-cx.md). The interface is also used to box value types that are passed to C++ methods that take parameters of type `Object^`. You can explicitly declare an input parameter as `IBox<SomeValueType>`. For an example, see [Boxing](../cppcx/boxing-c-cx.md).

### Requirements

### Members

The `Platform::IBox` interface inherits from the [Platform::IValueType](../cppcx/platform-ivaluetype-interface.md) interface. `IBox` has these members:
Expand Down