You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/atl/reference/caxwindow-class.md
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -114,18 +114,18 @@ HRESULT CreateControl(
114
114
*lpszName*<br/>
115
115
A pointer to a string to create the control. Must be formatted in one of the following ways:
116
116
117
-
- A ProgID such as "MSCAL.Calendar.7"
117
+
- A ProgID such as `"MSCAL.Calendar.7"`
118
118
119
-
- A CLSID such as "{8E27C92B-1264-101C-8A2F-040224009C02}"
119
+
- A CLSID such as `"{8E27C92B-1264-101C-8A2F-040224009C02}"`
120
120
121
-
- A URL such as "<http://www.microsoft.com>"
121
+
- A URL such as `"<https://www.microsoft.com>"`
122
122
123
-
- A reference to an Active document such as "file://\\\Documents\MyDoc.doc"
123
+
- A reference to an Active document such as `"file://\\\Documents\MyDoc.doc"`
124
124
125
-
- A fragment of HTML such as "MSHTML:\<HTML>\<BODY>This is a line of text\</BODY>\</HTML>"
125
+
- A fragment of HTML such as `"MSHTML:\<HTML>\<BODY>This is a line of text\</BODY>\</HTML>"`
126
126
127
127
> [!NOTE]
128
-
> "MSHTML:" must precede the HTML fragment so that it is designated as being an MSHTML stream. Only the ProgID and CLSID are supported in Windows Mobile platforms. Windows CE embedded platforms, other than Windows Mobile with support for CE IE support all types including ProgID, CLSID, URL, reference to active document, and fragment of HTML.
128
+
> `"MSHTML:"` must precede the HTML fragment so that it is designated as being an MSHTML stream. Only the ProgID and CLSID are supported in Windows Mobile platforms. Windows CE embedded platforms, other than Windows Mobile with support for CE IE support all types including ProgID, CLSID, URL, reference to active document, and fragment of HTML.
129
129
130
130
*pStream*<br/>
131
131
[in] A pointer to a stream that is used to initialize the properties of the control. Can be NULL.
@@ -181,18 +181,18 @@ HRESULT CreateControlEx(
181
181
*lpszName*<br/>
182
182
A pointer to a string to create the control. Must be formatted in one of the following ways:
183
183
184
-
- A ProgID such as "MSCAL.Calendar.7"
184
+
- A ProgID such as `"MSCAL.Calendar.7"`
185
185
186
-
- A CLSID such as "{8E27C92B-1264-101C-8A2F-040224009C02}"
186
+
- A CLSID such as `"{8E27C92B-1264-101C-8A2F-040224009C02}"`
187
187
188
-
- A URL such as "<http://www.microsoft.com>"
188
+
- A URL such as `"<https://www.microsoft.com>"`
189
189
190
-
- A reference to an Active document such as "file://\\\Documents\MyDoc.doc"
190
+
- A reference to an Active document such as `"file://\\\Documents\MyDoc.doc"`
191
191
192
-
- A fragment of HTML such as "MSHTML:\<HTML>\<BODY>This is a line of text\</BODY>\</HTML>"
192
+
- A fragment of HTML such as `"MSHTML:\<HTML>\<BODY>This is a line of text\</BODY>\</HTML>"`
193
193
194
194
> [!NOTE]
195
-
> "MSHTML:" must precede the HTML fragment so that it is designated as being an MSHTML stream. Only the ProgID and CLSID are supported in Windows Mobile platforms. Windows CE embedded platforms, other than Windows Mobile with support for CE IE support all types including ProgID, CLSID, URL, reference to active document, and fragment of HTML.
195
+
> `"MSHTML:"` must precede the HTML fragment so that it is designated as being an MSHTML stream. Only the ProgID and CLSID are supported in Windows Mobile platforms. Windows CE embedded platforms, other than Windows Mobile with support for CE IE support all types including ProgID, CLSID, URL, reference to active document, and fragment of HTML.
196
196
197
197
*pStream*<br/>
198
198
[in] A pointer to a stream that is used to initialize the properties of the control. Can be NULL.
0 commit comments