Skip to content

Commit 9816fbe

Browse files
authored
Merge pull request MicrosoftDocs#2037 from MicrosoftDocs/revert-2030-patch-9
Partially Revert "C87721: Fixing bookmarks"
2 parents 8dbcc2f + e852ee0 commit 9816fbe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/mfc/reference/run-time-object-model-services.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Determines whether the Common Controls library implements the specified API.
5353

5454
### Syntax
5555

56-
```
56+
```
5757
AFX_COMCTL32_IF_EXISTS( proc );
5858
```
5959

@@ -158,7 +158,7 @@ See the example for [IMPLEMENT_DYNCREATE](#implement_dyncreate).
158158

159159
**Header:** afx.h
160160

161-
## <a name="declare_olectltype"></a> declare_olectltype
161+
## <a name="declare_olectltype"></a> DECLARE_OLECTLTYPE
162162

163163
Declares the `GetUserTypeNameID` and `GetMiscStatus` member functions of your control class.
164164

@@ -181,7 +181,7 @@ The name of the control class.
181181

182182
**Header:** afxctl.h
183183

184-
## <a name="declare_proppageids"> declare_proppageids
184+
## <a name="declare_proppageids"></a> DECLARE_PROPPAGEIDS
185185

186186
Declares that the OLE control provides a list of property pages to display its properties.
187187

@@ -355,7 +355,7 @@ The OLE class ID is a unique 128-bit identifier for the object. It consists of o
355355

356356
**Header:** afxdisp.h
357357

358-
## <a name="implement_olectltype"> implement_olectltype
358+
## <a name="implement_olectltype"></a> IMPLEMENT_OLECTLTYPE
359359

360360
Implements the `GetUserTypeNameID` and `GetMiscStatus` member functions of your control class.
361361

0 commit comments

Comments
 (0)