Skip to content
Open
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/build/reference/help-compiler-command-line-help.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
description: "Learn more about: /HELP (Compiler Command-Line Help)"
title: "/HELP (Compiler Command-Line Help)"
ms.date: "11/04/2016"
description: "Learn more about: /HELP (Compiler Command-Line Help)"
ms.date: 11/04/2016
f1_keywords: ["/help"]
helpviewer_keywords: ["HELP compiler option [C++]", "Help, for compiler command line", "/HELP compiler option [C++]", "/? compiler option [C++]", "-HELP compiler option [C++]", "-? compiler option [C++]", "cl.exe compiler, command-line syntax"]
ms.assetid: 192533e7-86f2-48e0-a08f-b5e4e3a4e784
---
# /HELP (Compiler Command-Line Help)

Expand All @@ -18,8 +17,6 @@ Displays a listing of compiler options to standard output.
/?
```

## Remarks

### To set this compiler option in the Visual Studio development environment

- This compiler option should only be accessed from the command line.
Expand Down
7 changes: 2 additions & 5 deletions docs/build/reference/nologo-suppress-startup-banner-c-cpp.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
description: "Learn more about: /nologo (Suppress Startup Banner) (C/C++)"
title: "/nologo (Suppress Startup Banner) (C/C++)"
ms.date: "11/04/2016"
description: "Learn more about: /nologo (Suppress Startup Banner) (C/C++)"
ms.date: 11/04/2016
f1_keywords: ["VC.Project.VCCLWCECompilerTool.SuppressStartupBanner", "VC.Project.VCCLCompilerTool.SuppressStartupBanner"]
helpviewer_keywords: ["-nologo compiler option [C++]", "/nologo compiler option [C++]", "nologo compiler option [C++]", "banners, suppressing startup"]
ms.assetid: 75930d8b-b11c-4db8-99e5-b52f97da0693
---
# /nologo (Suppress Startup Banner) (C/C++)

Expand All @@ -16,8 +15,6 @@ Suppresses the display of the copyright banner when the compiler starts up and d
/nologo
```

## Remarks

### To set this compiler option in the Visual Studio development environment

1. Open the project's **Property Pages** dialog box. For details, see [Set C++ compiler and build properties in Visual Studio](../working-with-project-properties.md).
Expand Down
7 changes: 2 additions & 5 deletions docs/c-runtime-library/cxxframehandler.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
---
description: "Learn more about: __CxxFrameHandler"
title: "__CxxFrameHandler"
ms.date: "1/14/2021"
description: "Learn more about: __CxxFrameHandler"
ms.date: 1/14/2021
api_name: ["__CxxFrameHandler"]
api_location: ["msvcr110.dll", "msvcrt.dll", "msvcr80.dll", "msvcr100.dll", "msvcr110_clr0400.dll", "msvcr90.dll", "msvcr120.dll"]
api_type: ["DLLExport"]
topic_type: ["apiref"]
f1_keywords: ["__CxxFrameHandler"]
helpviewer_keywords: ["__CxxFrameHandler"]
ms.assetid: b79ac97f-425a-42ae-9b91-8beaef935333
---
# `__CxxFrameHandler`

Expand Down Expand Up @@ -43,8 +42,6 @@ Additional information about the function entry and stack frame.

One of the *filter expression* values used by the [try-except Statement](../cpp/try-except-statement.md).

## Remarks

## Requirements

| Routine | Required header |
Expand Down
7 changes: 2 additions & 5 deletions docs/c-runtime-library/internal-set-app-type.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
---
description: "Learn more about: __set_app_type"
title: "__set_app_type"
ms.date: "11/04/2016"
description: "Learn more about: __set_app_type"
ms.date: 11/04/2016
api_name: ["__set_app_type", "_set_app_type"]
api_location: ["msvcr90.dll", "msvcr100.dll", "msvcr110.dll", "msvcr80.dll", "msvcrt.dll", "msvcr120.dll", "msvcr110_clr0400.dll", "api-ms-win-crt-runtime-l1-1-0.dll"]
api_type: ["DLLExport"]
topic_type: ["apiref"]
f1_keywords: ["__set_app_type"]
helpviewer_keywords: ["__set_app_type"]
ms.assetid: f0ac0f4d-70e6-4e96-9e43-eb9d1515490c
---
# `__set_app_type`

Expand All @@ -33,8 +32,6 @@ A value that indicates the application type. The possible values are:
| `_CONSOLE_APP` | Console (command-line) application. |
| `_GUI_APP` | GUI (Windows) application. |

## Remarks

## Requirements

| Routine | Required header |
Expand Down
7 changes: 2 additions & 5 deletions docs/c-runtime-library/reference/uncaught-exception.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
---
description: "Learn more about: __uncaught_exception"
title: "__uncaught_exception"
ms.date: "1/14/2021"
description: "Learn more about: __uncaught_exception"
ms.date: 1/14/2021
api_name: ["__uncaught_exception"]
api_location: ["msvcrt.dll", "msvcr80.dll", "msvcr90.dll", "msvcr100.dll", "msvcr100_clr0400.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr120_clr0400.dll", "ucrtbase.dll"]
api_type: ["DLLExport"]
topic_type: ["apiref"]
f1_keywords: ["EH/__uncaught_exception"]
helpviewer_keywords: ["__uncaught_exception"]
ms.assetid: 4d9b75c6-c9c7-4876-b761-ea9ab1925e96
---
# `__uncaught_exception`

Expand All @@ -24,8 +23,6 @@ bool __uncaught_exception();

**`true`** from the time an exception is thrown in a **`try`** block until the matching **`catch`** block is initialized; otherwise, **`false`**.

## Remarks

## Requirements

| Routine | Required header |
Expand Down
7 changes: 2 additions & 5 deletions docs/c-runtime-library/setusermatherr.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
---
description: "Learn more about: __setusermatherr"
title: "__setusermatherr"
ms.date: "11/04/2016"
description: "Learn more about: __setusermatherr"
ms.date: 11/04/2016
api_name: ["__setusermatherr"]
api_location: ["msvcr80.dll", "msvcr90.dll", "msvcrt.dll", "msvcr110.dll", "msvcr110_clr0400.dll", "msvcr120.dll", "msvcr100.dll", "api-ms-win-crt-math-l1-1-0.dll"]
api_type: ["DLLExport"]
topic_type: ["apiref"]
f1_keywords: ["__setusermatherr"]
helpviewer_keywords: ["__setusermatherr"]
ms.assetid: f306818d-381a-4d68-8739-71b92bacb5ea
---
# `__setusermatherr`

Expand All @@ -29,8 +28,6 @@ Pointer to an implementation of `_matherr` that is supplied by the user.

The type of the *`pf`* parameter is declared as `typedef int (__cdecl * _HANDLE_MATH_ERROR)(struct _exception *)`.

## Remarks

## Requirements

| Routine | Required header |
Expand Down
7 changes: 2 additions & 5 deletions docs/cppcx/platform-arrayreference-class.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
---
description: "Learn more about: Platform::ArrayReference Class"
title: "Platform::ArrayReference Class"
ms.date: "10/16/2019"
description: "Learn more about: Platform::ArrayReference Class"
ms.date: 10/16/2019
ms.topic: "reference"
f1_keywords: ["VCCORLIB/Platform::ArrayReference::ArrayReference"]
helpviewer_keywords: ["Platform::ArrayReference Class"]
ms.assetid: 9ab3b15e-8a60-4600-8fcb-7d6c86284f4b
---
# Platform::ArrayReference Class

Expand Down Expand Up @@ -70,8 +69,6 @@ The number of elements in the source array.
*otherArg*<br/>
An `ArrayReference` object whose data will be moved to initialize the new instance.

### Remarks

## <a name="operator-assign"></a> ArrayReference::operator= Operator

Assigns the specified object to the current [Platform::ArrayReference](../cppcx/platform-arrayreference-class.md) object by using move semantics.
Expand Down
7 changes: 2 additions & 5 deletions docs/cppcx/platform-metadata-flagsattribute-attribute.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
---
description: "Learn more about: Platform::Metadata::FlagsAttribute Attribute"
title: "Platform::Metadata::FlagsAttribute Attribute"
ms.date: "12/30/2016"
description: "Learn more about: Platform::Metadata::FlagsAttribute Attribute"
ms.date: 12/30/2016
ms.topic: "reference"
f1_keywords: ["VCCORLIB/Platform::Metadata::FlagsAttribute"]
helpviewer_keywords: ["Platform::Metadata::FlagsAttribute Attribute"]
ms.assetid: 56f4a191-cc81-4742-aff8-bd2219c0735c
---
# Platform::Metadata::FlagsAttribute Attribute

Expand All @@ -23,8 +22,6 @@ public ref class Flags abstract : Attribute

[Platform::Metadata::Attribute](../cppcx/platform-metadata-attribute-attribute.md)

### Remarks

### Requirements

**Minimum supported client:** Windows 8
Expand Down
6 changes: 0 additions & 6 deletions docs/cppcx/platform-stringreference-class.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ An optimization type that you can use to pass string data from `Platform::String
class StringReference
```

### Remarks

### Members

### Public Constructors
Expand Down Expand Up @@ -79,8 +77,6 @@ __abi_HSTRING GetHSTRING() const;

An `__abi_HSTRING` that contains the string data.

### Remarks

## <a name="getstring"></a> StringReference::GetString Method

Returns the contents of the string as a `Platform::String^`.
Expand Down Expand Up @@ -110,8 +106,6 @@ unsigned int Length() const;

An unsigned integer that specifies the number of characters in the string.

### Remarks

## <a name="operator-assign"></a> StringReference::operator= Operator

Assigns the specified object to the current `StringReference` object.
Expand Down
7 changes: 2 additions & 5 deletions docs/parallel/concrt/reference/event-class.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
description: "Learn more about: event Class"
title: "event Class"
ms.date: "11/04/2016"
description: "Learn more about: event Class"
ms.date: 11/04/2016
f1_keywords: ["CONCRT/concurrency::event", "CONCRT/concurrency::event::reset", "CONCRT/concurrency::event::set", "CONCRT/concurrency::event::wait", "CONCRT/concurrency::event::wait_for_multiple", "CONCRT/concurrency::event::timeout_infinite"]
helpviewer_keywords: ["event class"]
ms.assetid: fba35a53-6568-4bfa-9aaf-07c0928cf73d
---
# event Class

Expand Down Expand Up @@ -61,8 +60,6 @@ Constructs a new event.
_CRTIMP event();
```

### Remarks

## <a name="dtor"></a> ~event

Destroys an event.
Expand Down