Skip to content

Commit 429b9a5

Browse files
author
mtx48109
committed
update and correction
1 parent 6980876 commit 429b9a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/mfc/active-documents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Active documents extend the compound document technology of OLE. These extension
1616

1717
This section describes the functional [requirements for active documents](#requirements_for_active_documents). The active document owns a set of data and has access to storage where the data can be saved and retrieved. It can create and manage one or more views on its data. In addition to supporting the usual embedding and in-place activation interfaces of OLE documents, the active document communicates its ability to create views through `IOleDocument`. Through this interface, the container can ask to create (and possibly enumerate) the views that the active document can display. Through this interface, the active document can also provide miscellaneous information about itself, such as whether it supports multiple views or complex rectangles.
1818

19-
The following is the `IOleDocument` interface. Note that the `IEnumOleDocumentViews` interface is a standard OLE enumerator for `IOleDocumentView *` types.
19+
The following is the `IOleDocument` interface. Note that the `IEnumOleDocumentViews` interface is a standard OLE enumerator for `IOleDocumentView*` types.
2020

2121
```
2222
interface IOleDocument : IUnknown

docs/mfc/activex-control-containers-connecting-an-activex-control-to-a-member-variable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The easiest way to access an ActiveX control from within its control container a
2929

3030
5. In the **Variable Name** box, enter a name.
3131

32-
For example, `m_circctl`.
32+
For example, *m_circctl*.
3333

3434
6. Click **Finish** to accept your choices and exit the Add Member Variable Wizard.
3535

0 commit comments

Comments
 (0)