Skip to content

Commit 3edf37f

Browse files
authored
Merge pull request #2069 from mikeblome/mb-links13
fixed msdn links in windows folder
2 parents e8a315a + a4ab192 commit 3edf37f

11 files changed

+15
-21
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Indicate the date and time values to be copied into the new `COleDateTime` objec
189189
MS-DOS date and time values to be converted to a date/time value and copied into the new `COleDateTime` object.
190190

191191
*timeStamp*<br/>
192-
A reference to a [DBTimeStamp](https://msdn.microsoft.com/library/system.data.oledb.oledbtype) structure containing the current local time.
192+
A reference to a [DBTimeStamp](/dotnet/api/system.data.oledb.oledbtype) structure containing the current local time.
193193

194194
### Remarks
195195

@@ -311,7 +311,7 @@ bool GetAsDBTIMESTAMP(DBTIMESTAMP& timeStamp) const throw();
311311
### Parameters
312312

313313
*timeStamp*<br/>
314-
A reference to a [DBTimeStamp](https://msdn.microsoft.com/library/system.data.oledb.oledbtype) structure.
314+
A reference to a [DBTimeStamp](/dotnet/api/system.data.oledb.oledbtype) structure.
315315

316316
### Return Value
317317

docs/windows/attributes/implements-category.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The ID of the implemented category.
2222

2323
## Remarks
2424

25-
The **implements_category** C++ attribute specifies the component categories implemented by the target class. This is done by creating a CATEGORY map and adding separate entries specified by the **implements_category** attribute. For more information, see [What are Component Categories and How Do They Work?](https://msdn.microsoft.com/library/windows/desktop/ms694322).
25+
The **implements_category** C++ attribute specifies the component categories implemented by the target class. This is done by creating a CATEGORY map and adding separate entries specified by the **implements_category** attribute. For more information, see [Component Categories and How They Work](/windows/desktop/com/component-categories-and-how-they-work).
2626

2727
This attribute requires that the [coclass](coclass.md), [progid](progid.md), or [vi_progid](vi-progid.md) attribute (or another attribute that implies one of these) also be applied to the same element. If any single attribute is used, the other two are automatically applied. For example, if `progid` is applied, `vi_progid` and `coclass` are also applied.
2828

docs/windows/attributes/module-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ If this attribute is used within a project that uses ATL, the behavior of the at
8989

9090
- `type` = **dll**
9191

92-
[CAtlDllModuleT](../../atl/reference/catldllmodulet-class.md) is used as the base class and the standard DLL entry points required for a COM server. These entry points are [DllMain](/windows/desktop/Dlls/dllmain), [DllRegisterServer](/windows/desktop/api/olectl/nf-olectl-dllregisterserver), [DllUnRegisterServer](/windows/desktop/api/olectl/nf-olectl-dllunregisterserver), [DllCanUnloadNow](/windows/desktop/api/combaseapi/nf-combaseapi-dllcanunloadnow), and [DllGetClassObject](https://msdn.microsoft.com/library/windows/desktop/dd797891).
92+
[CAtlDllModuleT](../../atl/reference/catldllmodulet-class.md) is used as the base class and the standard DLL entry points required for a COM server. These entry points are [DllMain](/windows/desktop/Dlls/dllmain), [DllRegisterServer](/windows/desktop/api/olectl/nf-olectl-dllregisterserver), [DllUnRegisterServer](/windows/desktop/api/olectl/nf-olectl-dllunregisterserver), [DllCanUnloadNow](/windows/desktop/api/combaseapi/nf-combaseapi-dllcanunloadnow), and [DllGetClassObject](/previous-versions//dd797891\(v=vs.85\)).
9393

9494
- `type` = **exe**
9595

docs/windows/clickonce-deployment-for-visual-cpp-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ For a more detailed description of the technology, see [ClickOnce Security and D
3333

3434
[Mage.exe (Manifest Generation and Editing Tool)](/dotnet/framework/tools/mage-exe-manifest-generation-and-editing-tool)<br>
3535
[MageUI.exe (Manifest Generation and Editing Tool, Graphical Client)](/dotnet/framework/tools/mageui-exe-manifest-generation-and-editing-tool-graphical-client)<br>
36-
[Makecert.exe (Certificate Creation Tool)](https://msdn.microsoft.com/library/windows/desktop/aa386968)<br>
36+
[Makecert.exe (Certificate Creation Tool)](/windows/desktop/SecCrypto/makecert)<br>
3737
[Deploying Desktop Applications](deploying-native-desktop-applications-visual-cpp.md)<br>
3838
[Deploying Applications, Services, and Components](/visualstudio/deployment/deploying-applications-services-and-components)<br>
3939
[ClickOnce Security and Deployment](/visualstudio/deployment/clickonce-security-and-deployment)<br>

docs/windows/image-editor-for-icons.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,5 +176,4 @@ None
176176
## See also
177177

178178
[Resource Editors](../windows/resource-editors.md)<br/>
179-
180-
<!--[Icons](https://msdn.microsoft.com/library/windows/desktop/ms646973.aspx)-->
179+
[Icons](/windows/desktop/menurc/icons)

docs/windows/menu-editor.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,6 @@ Win32
157157

158158
[Resource Editors](../windows/resource-editors.md)<br/>
159159
[Menu Commands](../windows/menu-command-properties.md)<br/>
160-
161-
<!--
162160
[User-Interface Objects and Command IDs](../mfc/user-interface-objects-and-command-ids.md)<br/>
163161
[Menus](../mfc/menus-mfc.md)<br/>
164-
[Menus](https://msdn.microsoft.com/library/windows/desktop/ms646977.aspx)-->
162+
[Menus](/windows/desktop/menurc/menus)

docs/windows/string-editor.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ Win32
137137
## See also
138138

139139
[Resource Editors](../windows/resource-editors.md)
140-
<!--
141-
[Strings](https://msdn.microsoft.com/library/windows/desktop/ms646979.aspx)<br/>
140+
[Strings](/windows/desktop/menurc/strings)<br/>
142141
[About Strings](/windows/desktop/menurc/about-strings)<br/>
143-
[Customizing window layouts](/visualstudio/ide/customizing-window-layouts-in-visual-studio)-->
142+
[Customizing window layouts](/visualstudio/ide/customizing-window-layouts-in-visual-studio)

docs/windows/toolbar-editor.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,5 @@ MFC or ATL
152152
## See also
153153

154154
[Resource Editors](../windows/resource-editors.md)
155-
<!--
156-
[Menus and Other Resources](https://msdn.microsoft.com/library/windows/desktop/ms632583.aspx)<br/>
157-
[Toolbar Button Properties](../windows/toolbar-button-properties.md)<br/>-->
155+
[Menus and Other Resources](/windows/desktop/menurc/resources)<br/>
156+
[Toolbar Button Properties](../windows/toolbar-button-properties.md)<br/>

docs/windows/version-information-editor.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,5 @@ Win32
6262
## See also
6363

6464
[Resource Editors](../windows/resource-editors.md)<br/>
65-
<!--
66-
[Menus and Other Resources](https://msdn.microsoft.com/library/windows/desktop/ms632583.aspx)<br/>
67-
[Version Information (Windows)](https://msdn.microsoft.com/library/windows/desktop/ms646981.aspx)-->
65+
[Menus and Other Resources](/windows/desktop/menurc/resources)<br/>
66+
[Version Information (Windows)](/windows/desktop/menurc/version-information)

docs/windows/windows-desktop-wizard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Creates the specified application type.
4141

4242
|Option|Description|
4343
|------------|-----------------|
44-
|**Console application**|Creates a console application. Console programs are developed with [Console Functions](https://msdn.microsoft.com/library/ms813137.aspx), which provide character-mode support in console windows. The Visual C++ [run-time libraries](../c-runtime-library/c-run-time-library-reference.md) also provide output and input from console windows with standard I/O functions, such as `printf_s()` and `scanf_s()`. A console application has no graphical user interface. It compiles into an .exe file and can be run as a stand-alone application from the command line.<br /><br /> You can add MFC and ATL support to a console application.|
44+
|**Console application**|Creates a console application. The Visual C++ [run-time libraries](../c-runtime-library/c-run-time-library-reference.md) also provide output and input from console windows with standard I/O functions, such as `printf_s()` and `scanf_s()`. A console application has no graphical user interface. It compiles into an .exe file and can be run as a stand-alone application from the command line.<br /><br /> You can add MFC and ATL support to a console application.|
4545
|**Windows application**|Creates a Win32 program. A Win32 program is an executable application (EXE) written in C or C++, using calls to the Win32 API to create a graphical user interface.<br /><br /> You cannot add MFC or ATL support to a Windows application.|
4646
|**Dynamic Link Library**|Creates a Win32 dynamic-link library (DLL). A Win32 DLL is a binary file, written in C or C++, that uses calls to the Win32 API rather than to MFC classes, and that acts as a shared library of functions that can be used simultaneously by multiple applications.<br /><br /> You cannot add MFC or ATL support to a DLL application created by using this wizard, but you can create an MFC DLL by choose **New > Project > MFC DLL**.|
4747
|**Static library**|Creates a static library. A static library is a file containing objects and their functions and data that links into your program when the executable file is built. This topic explains how to create the starter files and [project properties](../build/reference/property-pages-visual-cpp.md) for a static library. A static library file provides the following benefits:<br /><br />- A Win32 static library is useful if the application you are working on makes calls to the Win32 API rather than to MFC classes.<br />- The linking process is the same whether the rest of your Windows application is written in C or in C++.<br />- You can link a static library to an MFC-based program or to a non-MFC program.|

docs/windows/working-with-resource-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ Provides links to information on using the documentation set, contacting product
4949
## See also
5050

5151
[Windows Desktop Applications](../windows/windows-desktop-applications-cpp.md)<br/>
52-
[Menus and Other Resources](https://msdn.microsoft.com/library/windows/desktop/ms632583.aspx)
52+
[Menus and Other Resources](/windows/desktop/menurc/resources)

0 commit comments

Comments
 (0)