Skip to content

Commit 880f32b

Browse files
author
mikeblome
committed
merge with master
2 parents 1cbe07a + 1881f4b commit 880f32b

2,554 files changed

Lines changed: 4619 additions & 5246 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/atl-mfc-shared/reference/cimage-class.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ An alpha transparency value to be used on the entire source bitmap. The default
202202
The alpha-blending function for source and destination bitmaps, a global alpha value to be applied to the entire source bitmap, and format information for the source bitmap. The source and destination blend functions are currently limited to AC_SRC_OVER.
203203

204204
*pointDest*<br/>
205-
A reference to a [POINT](https://msdn.microsoft.com/library/windows/desktop/dd162805) structure that identifies the upper left corner of the destination rectangle, in logical units.
205+
A reference to a [POINT](/previous-versions/dd162805\(v=vs.85\)) structure that identifies the upper left corner of the destination rectangle, in logical units.
206206

207207
*nDestWidth*<br/>
208208
The width, in logical units, of the destination rectangle.
@@ -223,7 +223,7 @@ The width, in logical units, of the source rectangle.
223223
The height, in logical units, of the source rectangle.
224224

225225
*rectDest*<br/>
226-
A reference to a [RECT](https://msdn.microsoft.com/library/windows/desktop/dd162897) structure, identifying the destination.
226+
A reference to a [RECT](/previous-versions/dd162897\(v=vs.85\)) structure, identifying the destination.
227227

228228
*rectSrc*<br/>
229229
A reference to a `RECT` structure, identifying the source.
@@ -312,7 +312,7 @@ The logical y-coordinate of the upper left corner of the destination rectangle.
312312
The raster operation to be performed. Raster-operation codes define exactly how to combine the bits of the source, the destination, and the pattern (as defined by the currently selected brush) to form the destination. See [BitBlt](/windows/desktop/api/wingdi/nf-wingdi-bitblt) in the Windows SDK for a list of other raster-operation codes and their descriptions.
313313

314314
*pointDest*<br/>
315-
A [POINT](https://msdn.microsoft.com/library/windows/desktop/dd162805) structure indicating the upper left corner of the destination rectangle.
315+
A [POINT](/previous-versions/dd162805\(v=vs.85\)) structure indicating the upper left corner of the destination rectangle.
316316

317317
*nDestWidth*<br/>
318318
The width, in logical units, of the destination rectangle.
@@ -327,7 +327,7 @@ The logical x-coordinate of the upper left corner of the source rectangle.
327327
The logical y-coordinate of the upper left corner of the source rectangle.
328328

329329
*rectDest*<br/>
330-
A [RECT](https://msdn.microsoft.com/library/windows/desktop/dd162897) structure indicating the destination rectangle.
330+
A [RECT](/previous-versions/dd162897\(v=vs.85\)) structure indicating the destination rectangle.
331331

332332
*pointSrc*<br/>
333333
A `POINT` structure indicating the upper left corner of the source rectangle.
@@ -539,13 +539,13 @@ The width, in logical units, of the source rectangle.
539539
The height, in logical units, of the source rectangle.
540540
541541
*rectDest*<br/>
542-
A reference to a [RECT](https://msdn.microsoft.com/library/windows/desktop/dd162897) structure, identifying the destination.
542+
A reference to a [RECT](/previous-versions/dd162897\(v=vs.85\)) structure, identifying the destination.
543543
544544
*rectSrc*<br/>
545545
A reference to a `RECT` structure, identifying the source.
546546
547547
*pointDest*<br/>
548-
A reference to a [POINT](https://msdn.microsoft.com/library/windows/desktop/dd162805) structure that identifies the upper left corner of the destination rectangle, in logical units.
548+
A reference to a [POINT](/previous-versions/dd162805\(v=vs.85\)) structure that identifies the upper left corner of the destination rectangle, in logical units.
549549
550550
### Return Value
551551
@@ -1203,10 +1203,10 @@ The x-coordinate of the upper left corner of the monochrome bitmap.
12031203
The y-coordinate of the upper left corner of the monochrome bitmap.
12041204
12051205
*rectSrc*<br/>
1206-
A reference to a [RECT](https://msdn.microsoft.com/library/windows/desktop/dd162897) structure specifying the coordinates of the source rectangle.
1206+
A reference to a [RECT](/previous-versions/dd162897\(v=vs.85\)) structure specifying the coordinates of the source rectangle.
12071207
12081208
*pointMask*<br/>
1209-
A [POINT](https://msdn.microsoft.com/library/windows/desktop/dd162805) structure indicating the upper left corner of the mask bitmap.
1209+
A [POINT](/previous-versions/dd162805\(v=vs.85\)) structure indicating the upper left corner of the mask bitmap.
12101210
12111211
### Return Value
12121212
@@ -1463,7 +1463,7 @@ The height, in logical units, of the destination rectangle.
14631463
The raster operation to be performed. Raster-operation codes define exactly how to combine the bits of the source, the destination, and the pattern (as defined by the currently selected brush) to form the destination. See [BitBlt](/windows/desktop/api/wingdi/nf-wingdi-bitblt) in the Windows SDK for a list of other raster-operation codes and their descriptions.
14641464
14651465
*rectDest*<br/>
1466-
A reference to a [RECT](https://msdn.microsoft.com/library/windows/desktop/dd162897) structure, identifying the destination.
1466+
A reference to a [RECT](/previous-versions/dd162897\(v=vs.85\)) structure, identifying the destination.
14671467
14681468
*xSrc*<br/>
14691469
The x-coordinate, in logical units, of the upper left corner of the source rectangle.
@@ -1546,7 +1546,7 @@ The height, in logical units, of the destination rectangle.
15461546
The color in the source bitmap to treat as transparent. By default, CLR_INVALID, indicating that the color currently set as the transparent color of the image should be used.
15471547
15481548
*rectDest*<br/>
1549-
A reference to a [RECT](https://msdn.microsoft.com/library/windows/desktop/dd162897) structure, identifying the destination.
1549+
A reference to a [RECT](/previous-versions/dd162897\(v=vs.85\)) structure, identifying the destination.
15501550
15511551
*xSrc*<br/>
15521552
The x-coordinate, in logical units, of the upper left corner of the source rectangle.

docs/atl-mfc-shared/reference/csize-class.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,11 @@ See the following descriptions of the individual operators:
166166

167167
- **operator +(** *point* **)**
168168

169-
This operation offsets (moves) a [POINT](https://msdn.microsoft.com/library/windows/desktop/dd162805) (or [CPoint](../../atl-mfc-shared/reference/cpoint-class.md)) value by this `CSize` value. The `cx` and `cy` members of this `CSize` value are added to the `x` and `y` data members of the `POINT` value. It is analogous to the version of [CPoint::operator +](../../atl-mfc-shared/reference/cpoint-class.md#operator_add) that takes a [SIZE](/windows/desktop/api/windef/ns-windef-tagsize) parameter.
169+
This operation offsets (moves) a [POINT](/previous-versions/dd162805\(v=vs.85\)) (or [CPoint](../../atl-mfc-shared/reference/cpoint-class.md)) value by this `CSize` value. The `cx` and `cy` members of this `CSize` value are added to the `x` and `y` data members of the `POINT` value. It is analogous to the version of [CPoint::operator +](../../atl-mfc-shared/reference/cpoint-class.md#operator_add) that takes a [SIZE](/windows/desktop/api/windef/ns-windef-tagsize) parameter.
170170

171171
- **operator +(** *lpRect* **)**
172172

173-
This operation offsets (moves) a [RECT](https://msdn.microsoft.com/library/windows/desktop/dd162897) (or [CRect](../../atl-mfc-shared/reference/crect-class.md)) value by this `CSize` value. The `cx` and `cy` members of this `CSize` value are added to the `left`, `top`, `right`, and `bottom` data members of the `RECT` value. It is analogous to the version of [CRect::operator +](../../atl-mfc-shared/reference/crect-class.md#operator_add) that takes a [SIZE](/windows/desktop/api/windef/ns-windef-tagsize) parameter.
173+
This operation offsets (moves) a [RECT](/previous-versions/dd162897\(v=vs.85\)) (or [CRect](../../atl-mfc-shared/reference/crect-class.md)) value by this `CSize` value. The `cx` and `cy` members of this `CSize` value are added to the `left`, `top`, `right`, and `bottom` data members of the `RECT` value. It is analogous to the version of [CRect::operator +](../../atl-mfc-shared/reference/crect-class.md#operator_add) that takes a [SIZE](/windows/desktop/api/windef/ns-windef-tagsize) parameter.
174174

175175
### Example
176176

@@ -197,11 +197,11 @@ The fourth operator, the unary minus, changes the sign of the `CSize` value. See
197197

198198
- **operator -(** *point* **)**
199199

200-
This operation offsets (moves) a [POINT](https://msdn.microsoft.com/library/windows/desktop/dd162805) or [CPoint](../../atl-mfc-shared/reference/cpoint-class.md) value by the additive inverse of this `CSize` value. The `cx` and `cy` of this `CSize` value are subtracted from the `x` and `y` data members of the `POINT` value. It is analogous to the version of [CPoint::operator -](../../atl-mfc-shared/reference/cpoint-class.md#operator_-) that takes a [SIZE](/windows/desktop/api/windef/ns-windef-tagsize) parameter.
200+
This operation offsets (moves) a [POINT](/previous-versions/dd162805\(v=vs.85\)) or [CPoint](../../atl-mfc-shared/reference/cpoint-class.md) value by the additive inverse of this `CSize` value. The `cx` and `cy` of this `CSize` value are subtracted from the `x` and `y` data members of the `POINT` value. It is analogous to the version of [CPoint::operator -](../../atl-mfc-shared/reference/cpoint-class.md#operator_-) that takes a [SIZE](/windows/desktop/api/windef/ns-windef-tagsize) parameter.
201201

202202
- **operator -(** *lpRect* **)**
203203

204-
This operation offsets (moves) a [RECT](https://msdn.microsoft.com/library/windows/desktop/dd162897) or [CRect](../../atl-mfc-shared/reference/crect-class.md) value by the additive inverse of this `CSize` value. The `cx` and `cy` members of this `CSize` value are subtracted from the `left`, `top`, `right`, and `bottom` data members of the `RECT` value. It is analogous to the version of [CRect::operator -](../../atl-mfc-shared/reference/crect-class.md#operator_-) that takes a [SIZE](/windows/desktop/api/windef/ns-windef-tagsize) parameter.
204+
This operation offsets (moves) a [RECT](/previous-versions/dd162897\(v=vs.85\)) or [CRect](../../atl-mfc-shared/reference/crect-class.md) value by the additive inverse of this `CSize` value. The `cx` and `cy` members of this `CSize` value are subtracted from the `left`, `top`, `right`, and `bottom` data members of the `RECT` value. It is analogous to the version of [CRect::operator -](../../atl-mfc-shared/reference/crect-class.md#operator_-) that takes a [SIZE](/windows/desktop/api/windef/ns-windef-tagsize) parameter.
205205

206206
- **operator -()**
207207

docs/atl/active-template-library-atl-concepts.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,3 @@ Provides an overview on using attributes to simplify COM programming plus a list
9494

9595
[ATL Class Overview](../atl/atl-class-overview.md)<br/>
9696
Provides reference information and links to the ATL classes.
97-

docs/atl/active-template-library-atl-tutorial.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ The tutorial is divided into seven steps. You should perform each step in order
2727

2828
- [Step 7: Putting Your Control on a Web Page](../atl/putting-the-control-on-a-web-page-atl-tutorial-part-7.md)
2929

30-
## See Also
30+
## See also
3131

3232
[Concepts](../atl/active-template-library-atl-concepts.md)
33-

docs/atl/adding-a-control-atl-tutorial-part-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,6 @@ Next, you will add a custom property to the control.
110110

111111
[Back to Step 1](../atl/creating-the-project-atl-tutorial-part-1.md) &#124; [On to Step 3](../atl/adding-a-property-to-the-control-atl-tutorial-part-3.md)
112112

113-
## See Also
113+
## See also
114114

115115
[Tutorial](../atl/active-template-library-atl-tutorial.md)

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
@@ -140,6 +140,6 @@ Next, you will put your control on a Web page.
140140

141141
[Back to Step 5](../atl/adding-an-event-atl-tutorial-part-5.md) &#124; [On to Step 7](../atl/putting-the-control-on-a-web-page-atl-tutorial-part-7.md)
142142

143-
## See Also
143+
## See also
144144

145145
[Tutorial](../atl/active-template-library-atl-tutorial.md)

docs/atl/adding-a-property-to-the-control-atl-tutorial-part-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ You now have a property called `Sides`. In the next step, you will change the dr
5858

5959
[Back to Step 2](../atl/adding-a-control-atl-tutorial-part-2.md) &#124; [On to Step 4](../atl/changing-the-drawing-code-atl-tutorial-part-4.md)
6060

61-
## See Also
61+
## See also
6262

6363
[Tutorial](../atl/active-template-library-atl-tutorial.md)

docs/atl/adding-an-atl-message-handler.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ The following conditions apply only to adding an ATL message handler:
1616

1717
- The new message map entries are added into the main message map. The wizard does not recognize alternate message maps and chaining.
1818

19-
## See Also
19+
## See also
2020

2121
[Implementing a Window](../atl/implementing-a-window.md)
22-

docs/atl/adding-an-event-atl-tutorial-part-5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,6 @@ Next, you will add a property page.
150150

151151
[Back to Step 4](../atl/changing-the-drawing-code-atl-tutorial-part-4.md) &#124; [On to Step 6](../atl/adding-a-property-page-atl-tutorial-part-6.md)
152152

153-
## See Also
153+
## See also
154154

155155
[Tutorial](../atl/active-template-library-atl-tutorial.md)

docs/atl/adding-connection-points-to-an-object.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ In either case, the Implement Connection Point Wizard uses a type library to do
5252

5353
- Use the **importlib** instruction on that type library.
5454

55-
## See Also
55+
## See also
5656

5757
[Connection Point](../atl/atl-connection-points.md)
58-

0 commit comments

Comments
 (0)