Skip to content

Commit 0a9d5e1

Browse files
authored
Replace all br elements with escapes in IDispEventImpl class reference
1 parent 4f83555 commit 0a9d5e1

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

docs/atl/reference/idispeventimpl-class.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -27,25 +27,25 @@ class ATL_NO_VTABLE IDispEventImpl : public IDispEventSimpleImpl<nID, T, pdiid>
2727
2828
#### Parameters
2929
30-
*`nID`*<br/>
30+
*`nID`*\
3131
A unique identifier for the source object. When `IDispEventImpl` is the base class for a composite control, use the resource ID of the desired contained control for this parameter. In other cases, use an arbitrary positive integer.
3232
33-
*`T`*<br/>
33+
*`T`*\
3434
The user's class, which is derived from `IDispEventImpl`.
3535
36-
*`pdiid`*<br/>
36+
*`pdiid`*\
3737
The pointer to the IID of the event dispinterface implemented by this class. This interface must be defined in the type library denoted by *`plibid`*, *`wMajor`*, and *`wMinor`*.
3838
39-
*`plibid`*<br/>
39+
*`plibid`*\
4040
A pointer to the type library that defines the dispatch interface pointed to by *`pdiid`*. If **`&GUID_NULL`**, the type library will be loaded from the object sourcing the events.
4141
42-
*`wMajor`*<br/>
42+
*`wMajor`*\
4343
The major version of the type library. The default value is 0.
4444
45-
*`wMinor`*<br/>
45+
*`wMinor`*\
4646
The minor version of the type library. The default value is 0.
4747
48-
*`tihclass`*<br/>
48+
*`tihclass`*\
4949
The class used to manage the type information for *`T`*. The default value is a class of type `CComTypeInfoHolder`; however, you can override this template parameter by providing a class of a type other than `CComTypeInfoHolder`.
5050
5151
## Members
@@ -119,16 +119,16 @@ HRESULT GetFuncInfoFromId(
119119

120120
### Parameters
121121

122-
*`iid`*<br/>
122+
*`iid`*\
123123
[in] A reference to the ID of the function.
124124

125-
*`dispidMember`*<br/>
125+
*`dispidMember`*\
126126
[in] The dispatch ID of the function.
127127

128-
*`lcid`*<br/>
128+
*`lcid`*\
129129
[in] The locale context of the function ID.
130130

131-
*`info`*<br/>
131+
*`info`*\
132132
[in] The structure indicating how the function is called.
133133

134134
### Return Value
@@ -187,10 +187,10 @@ VARTYPE GetUserDefinedType(
187187

188188
### Parameters
189189

190-
*`pTI`*<br/>
190+
*`pTI`*\
191191
[in] A pointer to the [`ITypeInfo`](/windows/win32/api/oaidl/nn-oaidl-itypeinfo) interface containing the user-defined type.
192192

193-
*`hrt`*<br/>
193+
*`hrt`*\
194194
[in] A handle to the type description to be retrieved.
195195

196196
### Return Value
@@ -223,10 +223,10 @@ By default, the class is `CComTypeInfoHolder`. `CComTypeInfoHolder` manages the
223223

224224
## See also
225225

226-
[`_ATL_FUNC_INFO` Structure](../../atl/reference/atl-func-info-structure.md)<br/>
227-
[`IDispatchImpl` Class](../../atl/reference/idispatchimpl-class.md)<br/>
228-
[`IDispEventSimpleImpl` Class](../../atl/reference/idispeventsimpleimpl-class.md)<br/>
229-
[`SINK_ENTRY`](composite-control-macros.md#sink_entry)<br/>
230-
[`SINK_ENTRY_EX`](composite-control-macros.md#sink_entry_ex)<br/>
231-
[`SINK_ENTRY_INFO`](composite-control-macros.md#sink_entry_info)<br/>
226+
[`_ATL_FUNC_INFO` Structure](../../atl/reference/atl-func-info-structure.md)\
227+
[`IDispatchImpl` Class](../../atl/reference/idispatchimpl-class.md)\
228+
[`IDispEventSimpleImpl` Class](../../atl/reference/idispeventsimpleimpl-class.md)\
229+
[`SINK_ENTRY`](composite-control-macros.md#sink_entry)\
230+
[`SINK_ENTRY_EX`](composite-control-macros.md#sink_entry_ex)\
231+
[`SINK_ENTRY_INFO`](composite-control-macros.md#sink_entry_info)\
232232
[Class Overview](../../atl/atl-class-overview.md)

0 commit comments

Comments
 (0)