Skip to content

Commit 2fb8993

Browse files
TaojunshendrewbatgitAndrewDeanMSprmerger-automator[bot]
authored
4/19/2023 AM Publish (#4883)
* Update caxwindow-class.md * Update _MSC_VER values for 17.3, 17.4, and 17.5 --------- Co-authored-by: drew batchelor <[email protected]> Co-authored-by: AndrewDeanMS <[email protected]> Co-authored-by: prmerger-automator[bot] <40007230+prmerger-automator[bot]@users.noreply.github.com>
1 parent 25d7d20 commit 2fb8993

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)