Skip to content

Commit 0a84420

Browse files
author
Michael Blome
committed
escaped backslash in mfc source file path in 58 files
1 parent a92ae4a commit 0a84420

File tree

58 files changed

+70
-70
lines changed

Some content is hidden

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

58 files changed

+70
-70
lines changed

docs/mfc/reference/cdockablepane-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@ AFX_IMPORT_DATA static int m_nSlideSteps;
10491049
For a faster animation effect, decrease this value. For a slower animation effect, increase this value.
10501050

10511051
## <a name="onafterchangeparent"></a> CDockablePane::OnAfterChangeParent
1052-
For more detail see the source code located in the **VCtlmfcsrcmfc** folder of your Visual Studio installation.
1052+
For more detail see the source code located in the **VC\\atlmfc\\src\\mfc** folder of your Visual Studio installation.
10531053

10541054
```
10551055
virtual void OnAfterChangeParent(CWnd* pWndOldParent);

docs/mfc/reference/cdockingpanesrow-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.workload: ["cplusplus"]
1515
# CDockingPanesRow Class
1616
Manages a list of panes that are located in the same horizontal or vertical row (column) of a dock site.
1717

18-
For more detail see the source code located in the **VCtlmfcsrcmfc** folder of your Visual Studio installation.
18+
For more detail see the source code located in the **VC\\atlmfc\\src\\mfc** folder of your Visual Studio installation.
1919

2020
## Syntax
2121

docs/mfc/reference/cdocksite-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: "mblome"
1313
ms.workload: ["cplusplus"]
1414
---
1515
# CDockSite Class
16-
For more detail see the source code located in the **VCtlmfcsrcmfc** folder of your Visual Studio installation.
16+
For more detail see the source code located in the **VC\\atlmfc\\src\\mfc** folder of your Visual Studio installation.
1717

1818
Provides functionality for arranging panes that are derived from the [CPane Class](../../mfc/reference/cpane-class.md) into sets of rows.
1919

docs/mfc/reference/cglobalutils-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: "mblome"
1313
ms.workload: ["cplusplus"]
1414
---
1515
# CGlobalUtils Class
16-
For more detail see the source code located in the **VCtlmfcsrcmfc** folder of your Visual Studio installation.
16+
For more detail see the source code located in the **VC\\atlmfc\\src\\mfc** folder of your Visual Studio installation.
1717

1818
## Syntax
1919

docs/mfc/reference/cmdichildwndex-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.workload: ["cplusplus"]
1515
# CMDIChildWndEx Class
1616
The `CMDIChildWndEx` class provides the functionality of a Windows multiple document interface (MDI) child window. It extends the functionality of [CMDIChildWnd Class](../../mfc/reference/cmdichildwnd-class.md). The framework requires this class when an MDI application uses certain MFC classes.
1717

18-
For more detail see the source code located in the **VCtlmfcsrcmfc** folder of your Visual Studio installation.
18+
For more detail see the source code located in the **VC\\atlmfc\\src\\mfc** folder of your Visual Studio installation.
1919

2020

2121
## Syntax

docs/mfc/reference/cmenutearoffmanager-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.workload: ["cplusplus"]
1515
# CMenuTearOffManager Class
1616
Manages tear-off menus. A tear-off menu is a menu on the menu bar. The user can remove a tear-off menu from the menu bar, causing the tear-off menu to float.
1717

18-
For more detail see the source code located in the **VCtlmfcsrcmfc** folder of your Visual Studio installation.
18+
For more detail see the source code located in the **VC\\atlmfc\\src\\mfc** folder of your Visual Studio installation.
1919

2020
## Syntax
2121

docs/mfc/reference/cmfcacceleratorkeyassignctrl-class.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ ACCEL const* GetAccel() const;
8484
Use this function to retrieve the `ACCEL` structure for a shortcut key that the user entered into your `CMFCAcceleratorKeyAssignCtrl` object.
8585

8686
## <a name="isfocused"></a> CMFCAcceleratorKeyAssignCtrl::IsFocused
87-
For more detail see the source code located in the **VCtlmfcsrcmfc** folder of your Visual Studio installation.
87+
For more detail see the source code located in the **VC\\atlmfc\\src\\mfc** folder of your Visual Studio installation.
8888

8989
```
9090
BOOL IsFocused() const;
@@ -108,7 +108,7 @@ BOOL IsKeyDefined() const;
108108
Use this function to determine whether the user entered a valid shortcut key in your `CMFCAcceleratorKeyAssignCtrl` object. If a shortcut key exists, you can use [CMFCAcceleratorKeyAssignCtrl::GetAccel](#getaccel) method to obtain the `ACCEL` structure associated with this shortcut key.
109109

110110
## <a name="pretranslatemessage"></a> CMFCAcceleratorKeyAssignCtrl::PreTranslateMessage
111-
For more detail see the source code located in the **VCtlmfcsrcmfc** folder of your Visual Studio installation.
111+
For more detail see the source code located in the **VC\\atlmfc\\src\\mfc** folder of your Visual Studio installation.
112112

113113
```
114114
virtual BOOL PreTranslateMessage(MSG* pMsg);

docs/mfc/reference/cmfcautohidebar-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.workload: ["cplusplus"]
1515
# CMFCAutoHideBar Class
1616
The `CMFCAutoHideBar` class is a special toolbar class that implements the auto-hide feature.
1717

18-
For more detail see the source code located in the **VCtlmfcsrcmfc** folder of your Visual Studio installation.
18+
For more detail see the source code located in the **VC\\atlmfc\\src\\mfc** folder of your Visual Studio installation.
1919
## Syntax
2020

2121
```

docs/mfc/reference/cmfcautohidebutton-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.workload: ["cplusplus"]
1515
# CMFCAutoHideButton Class
1616
A button that displays or hides a [CDockablePane Class](../../mfc/reference/cdockablepane-class.md) that is configured to hide.
1717

18-
For more detail see the source code located in the **VCtlmfcsrcmfc** folder of your Visual Studio installation.
18+
For more detail see the source code located in the **VC\\atlmfc\\src\\mfc** folder of your Visual Studio installation.
1919
## Syntax
2020

2121
```

docs/mfc/reference/cmfcbasetabctrl-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.workload: ["cplusplus"]
1414
---
1515
# CMFCBaseTabCtrl Class
1616
Implements the base functionality for tabbed windows.
17-
For more detail see the source code located in the **VCtlmfcsrcmfc** folder of your Visual Studio installation.
17+
For more detail see the source code located in the **VC\\atlmfc\\src\\mfc** folder of your Visual Studio installation.
1818

1919
## Syntax
2020

docs/mfc/reference/cmfcdesktopalertdialog-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.workload: ["cplusplus"]
1515
# CMFCDesktopAlertDialog Class
1616
The `CMFCDesktopAlertDialog` class is used together with the [CMFCDesktopAlertWnd Class](../../mfc/reference/cmfcdesktopalertwnd-class.md) to display a custom dialog in a popup window.
1717

18-
For more detail see the source code located in the **VCtlmfcsrcmfc** folder of your Visual Studio installation.
18+
For more detail see the source code located in the **VC\\atlmfc\\src\\mfc** folder of your Visual Studio installation.
1919

2020
## Syntax
2121

docs/mfc/reference/cmfcdesktopalertwnd-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.workload: ["cplusplus"]
1515
# CMFCDesktopAlertWnd Class
1616
The `CMFCDesktopAlertWnd` class implements the functionality of a modeless dialog box which appears on the screen to inform the user about an event.
1717

18-
For more detail see the source code located in the **VCtlmfcsrcmfc** folder of your Visual Studio installation.
18+
For more detail see the source code located in the **VC\\atlmfc\\src\\mfc** folder of your Visual Studio installation.
1919
## Syntax
2020

2121
```

docs/mfc/reference/cmfcdesktopalertwndinfo-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class CMFCDesktopAlertWndInfo
6767
**Header:** afxDesktopAlertDialog.h
6868

6969
## <a name="operator_eq"></a> CMFCDesktopAlertWndInfo::operator=
70-
For more detail see the source code located in the **VCtlmfcsrcmfc** folder of your Visual Studio installation.
70+
For more detail see the source code located in the **VC\\atlmfc\\src\\mfc** folder of your Visual Studio installation.
7171

7272
```
7373
CMFCDesktopAlertWndInfo& operator=(CMFCDesktopAlertWndInfo& src);

docs/mfc/reference/cmfcdragframeimpl-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.workload: ["cplusplus"]
1414
---
1515
# CMFCDragFrameImpl Class
1616
The `CMFCDragFrameImpl` class draws the drag rectangle that appears when the user drags a pane in the standard dock mode.
17-
For more detail see the source code located in the **VCtlmfcsrcmfc** folder of your Visual Studio installation.
17+
For more detail see the source code located in the **VC\\atlmfc\\src\\mfc** folder of your Visual Studio installation.
1818

1919
## Syntax
2020

docs/mfc/reference/cmfcdropdowntoolbar-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.workload: ["cplusplus"]
1515
# CMFCDropDownToolBar Class
1616
A toolbar that appears when the user presses and holds a top-level toolbar button.
1717

18-
For more detail see the source code located in the **VCtlmfcsrcmfc** folder of your Visual Studio installation.
18+
For more detail see the source code located in the **VC\\atlmfc\\src\\mfc** folder of your Visual Studio installation.
1919
## Syntax
2020

2121
```

docs/mfc/reference/cmfcmenubar-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.workload: ["cplusplus"]
1414
---
1515
# CMFCMenuBar Class
1616
A menu bar that implements docking.
17-
For more detail see the source code located in the **VCtlmfcsrcmfc** folder of your Visual Studio installation.
17+
For more detail see the source code located in the **VC\\atlmfc\\src\\mfc** folder of your Visual Studio installation.
1818

1919
## Syntax
2020

docs/mfc/reference/cmfcoutlookbarpane-class.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: "mblome"
1313
ms.workload: ["cplusplus"]
1414
---
1515
# CMFCOutlookBarPane Class
16-
For more detail see the source code located in the **VCtlmfcsrcmfc** folder of your Visual Studio installation.
16+
For more detail see the source code located in the **VC\\atlmfc\\src\\mfc** folder of your Visual Studio installation.
1717

1818
A control derived from [CMFCToolBar Class](../../mfc/reference/cmfctoolbar-class.md) that can be inserted into an Outlook bar ( [CMFCOutlookBar Class](../../mfc/reference/cmfcoutlookbar-class.md)). The Outlook bar pane contains a column of large buttons. The user can scroll up and down the list of buttons if it is larger than the pane. When the user detaches an Outlook bar pane from the Outlook bar, it can float or dock in the main frame window.
1919

@@ -177,7 +177,7 @@ BOOL AddButton(
177177
If the index specified by *iInsertAt* is -1, the button is added at the end of the page.
178178

179179
## <a name="canbeattached"></a> CMFCOutlookBarPane::CanBeAttached
180-
For more detail see the source code located in the **VCtlmfcsrcmfc** folder of your Visual Studio installation.
180+
For more detail see the source code located in the **VC\\atlmfc\\src\\mfc** folder of your Visual Studio installation.
181181

182182
```
183183
virtual BOOL CanBeAttached() const;

docs/mfc/reference/cmfcoutlookbartabctrl-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.workload: ["cplusplus"]
1414
---
1515
# CMFCOutlookBarTabCtrl Class
1616
A tab control that has the visual appearance of the **Navigation Pane** in Microsoft Outlook.
17-
For more detail see the source code located in the **VCtlmfcsrcmfc** folder of your Visual Studio installation.
17+
For more detail see the source code located in the **VC\\atlmfc\\src\\mfc** folder of your Visual Studio installation.
1818
## Syntax
1919

2020
```

docs/mfc/reference/cmfcpopupmenu-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.workload: ["cplusplus"]
1414
---
1515
# CMFCPopupMenu Class
1616
Implements Windows pop-up menu functionality and extends it by adding features such as tear-off menus and tooltips.
17-
For more detail see the source code located in the **VCtlmfcsrcmfc** folder of your Visual Studio installation.
17+
For more detail see the source code located in the **VC\\atlmfc\\src\\mfc** folder of your Visual Studio installation.
1818

1919
## Syntax
2020

docs/mfc/reference/cmfcpropertygridctrl-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: "mblome"
1313
ms.workload: ["cplusplus"]
1414
---
1515
# CMFCPropertyGridCtrl Class
16-
For more detail see the source code located in the **VCtlmfcsrcmfc** folder of your Visual Studio installation.
16+
For more detail see the source code located in the **VC\\atlmfc\\src\\mfc** folder of your Visual Studio installation.
1717

1818
Supports an editable property grid control that can display properties in alphabetical or hierarchical order.
1919

docs/mfc/reference/cmfcpropertygridproperty-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.workload: ["cplusplus"]
1515
# CMFCPropertyGridProperty Class
1616
A `CMFCPropertyGridProperty` object represents a list item in a property list control.
1717

18-
For more detail see the source code located in the **VCtlmfcsrcmfc** folder of your Visual Studio installation.
18+
For more detail see the source code located in the **VC\\atlmfc\\src\\mfc** folder of your Visual Studio installation.
1919

2020
## Syntax
2121

docs/mfc/reference/cmfcrebar-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.workload: ["cplusplus"]
1414
---
1515
# CMFCReBar Class
1616
A `CMFCReBar` object is a control bar that provides layout, persistence, and state information for rebar controls.
17-
For more detail see the source code located in the **VCtlmfcsrcmfc** folder of your Visual Studio installation.
17+
For more detail see the source code located in the **VC\\atlmfc\\src\\mfc** folder of your Visual Studio installation.
1818
## Syntax
1919

2020
```

docs/mfc/reference/cmfcribbonbar-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.workload: ["cplusplus"]
1515
# CMFCRibbonBar Class
1616
The `CMFCRibbonBar` class implements a ribbon bar similar to that used in Office 2007.
1717

18-
For more detail see the source code located in the **VCtlmfcsrcmfc** folder of your Visual Studio installation.
18+
For more detail see the source code located in the **VC\\atlmfc\\src\\mfc** folder of your Visual Studio installation.
1919

2020
## Syntax
2121

docs/mfc/reference/cmfcribbonbutton-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.workload: ["cplusplus"]
1515
# CMFCRibbonButton Class
1616
The `CMFCRibbonButton` class implements buttons that you can position on ribbon bar elements such as panels, Quick Access Toolbars, and pop-up menus.
1717

18-
For more detail see the source code located in the **VCtlmfcsrcmfc** folder of your Visual Studio installation.
18+
For more detail see the source code located in the **VC\\atlmfc\\src\\mfc** folder of your Visual Studio installation.
1919

2020
## Syntax
2121

docs/mfc/reference/cmfcribbonfontcombobox-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ CMFCRibbonFontComboBox(
122122
For more information about valid character sets that can be assigned to *nCharSet*, and valid values that can be assigned to *nPitchAndFamily*, see [LOGFONT](http://msdn.microsoft.com/library/windows/desktop/dd145037) in the Windows SDK documentation.
123123

124124
## <a name="getfontdesc"></a> CMFCRibbonFontComboBox::GetFontDesc
125-
For more detail see the source code located in the **VCtlmfcsrcmfc** folder of your Visual Studio installation.
125+
For more detail see the source code located in the **VC\\atlmfc\\src\\mfc** folder of your Visual Studio installation.
126126

127127
```
128128
const CMFCFontInfo* GetFontDesc(int iIndex = -1) const;

docs/mfc/reference/cmfcribbongallery-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.workload: ["cplusplus"]
1414
---
1515
# CMFCRibbonGallery Class
1616
Implements Office 2007-style ribbon galleries.
17-
For more detail see the source code located in the **VCtlmfcsrcmfc** folder of your Visual Studio installation.
17+
For more detail see the source code located in the **VC\\atlmfc\\src\\mfc** folder of your Visual Studio installation.
1818

1919
## Syntax
2020

docs/mfc/reference/cmfcribbongallerymenubutton-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.workload: ["cplusplus"]
1414
---
1515
# CMFCRibbonGalleryMenuButton Class
1616
Implements a ribbon menu button that contains ribbon galleries.
17-
For more detail see the source code located in the **VCtlmfcsrcmfc** folder of your Visual Studio installation.
17+
For more detail see the source code located in the **VC\\atlmfc\\src\\mfc** folder of your Visual Studio installation.
1818

1919
## Syntax
2020

docs/mfc/reference/cmfcribbonlinkctrl-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.workload: ["cplusplus"]
1414
---
1515
# CMFCRibbonLinkCtrl Class
1616
Implements a hyperlink that is positioned on a ribbon. The hyperlink opens a Web page when you click it.
17-
For more detail see the source code located in the **VCtlmfcsrcmfc** folder of your Visual Studio installation.
17+
For more detail see the source code located in the **VC\\atlmfc\\src\\mfc** folder of your Visual Studio installation.
1818

1919
## Syntax
2020

docs/mfc/reference/cmfcribbonminitoolbar-class.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ BOOL ShowWithContextMenu(
141141
Use this function to display a mini toolbar that has a context menu. The context menu is positioned 15 pixels below the mini toolbar.
142142

143143
## <a name="iscontextmenumode"></a> CMFCRibbonMiniToolBar::IsContextMenuMode
144-
For more detail see the source code located in the **VCtlmfcsrcmfc** folder of your Visual Studio installation.
144+
For more detail see the source code located in the **VC\\atlmfc\\src\\mfc** folder of your Visual Studio installation.
145145

146146
```
147147
BOOL IsContextMenuMode() const;
@@ -152,7 +152,7 @@ BOOL IsContextMenuMode() const;
152152
### Remarks
153153

154154
## <a name="isribbonminitoolbar"></a> CMFCRibbonMiniToolBar::IsRibbonMiniToolBar
155-
For more detail see the source code located in the **VCtlmfcsrcmfc** folder of your Visual Studio installation.
155+
For more detail see the source code located in the **VC\\atlmfc\\src\\mfc** folder of your Visual Studio installation.
156156

157157
```
158158
virtual BOOL IsRibbonMiniToolBar() const;

docs/mfc/reference/cmfcribbonpanel-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.workload: ["cplusplus"]
1515
# CMFCRibbonPanel Class
1616
Implements a panel that contains a set of ribbon elements. When the panel is drawn, it displays as many elements as possible, given the size of the panel.
1717

18-
For more detail see the source code located in the **VCtlmfcsrcmfc** folder of your Visual Studio installation.
18+
For more detail see the source code located in the **VC\\atlmfc\\src\\mfc** folder of your Visual Studio installation.
1919

2020

2121
## Syntax

docs/mfc/reference/cmfcribbonprogressbar-class.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ int GetRangeMin() const;
120120
The minimum value of the current range.
121121

122122
## <a name="getregularsize"></a> CMFCRibbonProgressBar::GetRegularSize
123-
For more detail see the source code located in the **VCtlmfcsrcmfc** folder of your Visual Studio installation.
123+
For more detail see the source code located in the **VC\\atlmfc\\src\\mfc** folder of your Visual Studio installation.
124124

125125
```
126126
virtual CSize GetRegularSize(CDC* pDC);
@@ -147,7 +147,7 @@ BOOL IsInfiniteMode() const;
147147
In infinite mode, the progress bar fills repeatedly from the minimum value to the maximum value. You might use infinite mode to indicate that an operation is ongoing, but that the completion time is unknown.
148148

149149
## <a name="ondraw"></a> CMFCRibbonProgressBar::OnDraw
150-
For more detail see the source code located in the **VCtlmfcsrcmfc** folder of your Visual Studio installation.
150+
For more detail see the source code located in the **VC\\atlmfc\\src\\mfc** folder of your Visual Studio installation.
151151

152152
```
153153
virtual void OnDraw(CDC* pDC);

docs/mfc/reference/cmfcribbonslider-class.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ int GetRangeMin() const;
117117
The minimum increment that the slider can travel on the slider control.
118118

119119
## <a name="getregularsize"></a> CMFCRibbonSlider::GetRegularSize
120-
For more detail see the source code located in the **VCtlmfcsrcmfc** folder of your Visual Studio installation.
120+
For more detail see the source code located in the **VC\\atlmfc\\src\\mfc** folder of your Visual Studio installation.
121121

122122
```
123123
virtual CSize GetRegularSize(CDC* pDC);
@@ -151,7 +151,7 @@ BOOL HasZoomButtons() const;
151151
TRUE if the slider has zoom buttons; FALSE otherwise.
152152

153153
## <a name="ondraw"></a> CMFCRibbonSlider::OnDraw
154-
For more detail see the source code located in the **VCtlmfcsrcmfc** folder of your Visual Studio installation.
154+
For more detail see the source code located in the **VC\\atlmfc\\src\\mfc** folder of your Visual Studio installation.
155155

156156
```
157157
virtual void OnDraw(CDC* pDC);

0 commit comments

Comments
 (0)