Skip to content

Commit 055ea11

Browse files
Merge pull request #4519 from MicrosoftDocs/main638175216022942982sync_temp
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 72976f7 + d8e8e37 commit 055ea11

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docs/atl/reference/caxwindow-class.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ ms.date: "11/04/2016"
55
f1_keywords: ["CAxWindow", "ATLWIN/ATL::CAxWindow", "ATLWIN/ATL::AttachControl", "ATLWIN/ATL::CreateControl", "ATLWIN/ATL::CreateControlEx", "ATLWIN/ATL::GetWndClassName", "ATLWIN/ATL::QueryControl", "ATLWIN/ATL::QueryHost", "ATLWIN/ATL::SetExternalDispatch", "ATLWIN/ATL::SetExternalUIHandler"]
66
helpviewer_keywords: ["CAxWindow class", "ATL, hosting ActiveX controls"]
77
ms.assetid: 85e79261-43e4-4770-bde0-1ff87f222b0f
8+
api_type:
9+
- DllExport
10+
api_location:
11+
- atlhost.dll
12+
api_name:
13+
- CAxWindow::CreateControlEx
814
---
915
# CAxWindow Class
1016

docs/preprocessor/predefined-macros.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,9 @@ MSVC supports these additional predefined macros.
277277
| Visual Studio 2022 RTW (17.0) | 1930 |
278278
| Visual Studio 2022 version 17.1 | 1931 |
279279
| Visual Studio 2022 version 17.2 | 1932 |
280+
| Visual Studio 2022 version 17.3 | 1933 |
281+
| Visual Studio 2022 version 17.4 | 1934 |
282+
| Visual Studio 2022 version 17.5 | 1935 |
280283
281284
To test for compiler releases or updates in a given version of Visual Studio or after, use the `>=` operator. You can use it in a conditional directive to compare `_MSC_VER` against that known version. If you have several mutually exclusive versions to compare, order your comparisons in descending order of version number. For example, this code checks for compilers released in Visual Studio 2017 and later. Next, it checks for compilers released in or after Visual Studio 2015. Then it checks for all compilers released before Visual Studio 2015:
282285

0 commit comments

Comments
 (0)