Skip to content

Commit 8e285a7

Browse files
authored
Merge pull request MicrosoftDocs#2743 from MicrosoftDocs/master
3/19/2020 AM Publish
2 parents 96df299 + 3de50f3 commit 8e285a7

196 files changed

Lines changed: 383 additions & 478 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/assembler/masm/dot-code.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@ Optional parameter that specifies the name of the code segment. The default name
2525
[Directives Reference](directives-reference.md)\
2626
[.DATA](dot-data.md)\
2727
[MASM BNF Grammar](masm-bnf-grammar.md)
28-

docs/assembler/masm/dot-data.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@ ms.assetid: 32797935-9c79-46e0-bf6f-07d0c2bf1dc1
2222
[.FARDATA](dot-fardata.md)\
2323
[.FARDATA?](dot-fardata-q.md)\
2424
[MASM BNF Grammar](masm-bnf-grammar.md)
25-

docs/assembler/masm/invoke.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.assetid: 12d9bb40-33b9-411e-b801-45a1d675967e
77
---
88
# INVOKE
99

10-
(32-bit MASM only.) Calls the procedure at the address given by *expression*, passing the arguments on the stack or in registers according to the standard calling conventions of the language type.
10+
(32-bit MASM only.) Calls the procedure at the address given by *expression*, passing the arguments on the stack or in registers according to the standard calling conventions of the language type.
1111

1212
## Syntax
1313

docs/assembler/masm/macro.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,3 @@ A macro function returns *value* to the calling statement.
2727
[GOTO (MASM)](goto-masm.md)\
2828
[ENDM](endm.md)\
2929
[MASM BNF Grammar](masm-bnf-grammar.md)
30-

docs/assembler/masm/masm-bnf-grammar.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1069,4 +1069,3 @@ untilDir ;;
10691069

10701070
*xmmRegister*\
10711071
    XMM0 | XMM1 | XMM2 | XMM3 | XMM4 | XMM5 | XMM6 | XMM7 | XMM8 | XMM9 | XMM10 | XMM11 | XMM12 | XMM13 | XMM14 | XMM15\
1072-

docs/assembler/masm/ml-fatal-error-a1016.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ Note the circumstances of the error and notify Microsoft Corporation. Product Su
1717
## See also
1818

1919
[ML Error Messages](ml-error-messages.md)
20-

docs/assembler/masm/struct-masm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Declares a structure type having the specified *field-declarations*. Each field
1717
1818
## Remarks
1919

20-
The *name* argument must be the same in the opening and closing statement.
20+
The *name* argument must be the same in the opening and closing statement.
2121

2222
## See also
2323

docs/atl/adding-a-property-page-atl-tutorial-part-6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.assetid: df80d255-e7ea-49d9-b940-3f012e90cf9b
66
---
77
# Adding a Property Page (ATL Tutorial, Part 6)
88

9-
> [!NOTE]
9+
> [!NOTE]
1010
> The ATL OLE DB Provider wizard is not available in Visual Studio 2019 and later.
1111
1212
Property pages are implemented as separate COM objects, which allow them to be shared if required. In this step, you will do the following tasks to add a property page to the control:

docs/atl/creating-the-project-atl-tutorial-part-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This tutorial walks you step-by-step through a non-attributed ATL project that c
3939
4040
The location for the source code will usually default to \Users\\\<username>\source\repos, and a new folder will be created automatically.
4141
42-
1. In Visual Studio 2019, accept the default values and click **OK**.
42+
1. In Visual Studio 2019, accept the default values and click **OK**.
4343
In Visual Studio 2017, click **OK** to open the **ATL Project** wizard. Click **Application Settings** to see the options available. Because this project creates a control, and a control must be an in-process server, leave the **Application type** as a DLL. Click **OK**.
4444
4545
Visual Studio will create the project by generating several files. You can view these files in **Solution Explorer** by expanding the `Polygon` object. The files are listed below.

docs/atl/reference/adding-an-atl-active-server-page-component.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ ms.assetid: 7be2204c-6e58-4099-8892-001b848c8987
55
---
66
# Adding an ATL Active Server Page Component
77

8-
98
::: moniker range="vs-2019"
109

1110
The ATL Active Server Pages component wizard is not available in Visual Studio 2019 and later.

0 commit comments

Comments
 (0)