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/idispeventimpl-class.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,25 +27,25 @@ class ATL_NO_VTABLE IDispEventImpl : public IDispEventSimpleImpl<nID, T, pdiid>
27
27
28
28
#### Parameters
29
29
30
-
*`nID`*<br/>
30
+
*`nID`*\
31
31
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.
32
32
33
-
*`T`*<br/>
33
+
*`T`*\
34
34
The user's class, which is derived from `IDispEventImpl`.
35
35
36
-
*`pdiid`*<br/>
36
+
*`pdiid`*\
37
37
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`*.
38
38
39
-
*`plibid`*<br/>
39
+
*`plibid`*\
40
40
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.
41
41
42
-
*`wMajor`*<br/>
42
+
*`wMajor`*\
43
43
The major version of the type library. The default value is 0.
44
44
45
-
*`wMinor`*<br/>
45
+
*`wMinor`*\
46
46
The minor version of the type library. The default value is 0.
47
47
48
-
*`tihclass`*<br/>
48
+
*`tihclass`*\
49
49
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`.
50
50
51
51
## Members
@@ -119,16 +119,16 @@ HRESULT GetFuncInfoFromId(
119
119
120
120
### Parameters
121
121
122
-
*`iid`*<br/>
122
+
*`iid`*\
123
123
[in] A reference to the ID of the function.
124
124
125
-
*`dispidMember`*<br/>
125
+
*`dispidMember`*\
126
126
[in] The dispatch ID of the function.
127
127
128
-
*`lcid`*<br/>
128
+
*`lcid`*\
129
129
[in] The locale context of the function ID.
130
130
131
-
*`info`*<br/>
131
+
*`info`*\
132
132
[in] The structure indicating how the function is called.
133
133
134
134
### Return Value
@@ -187,10 +187,10 @@ VARTYPE GetUserDefinedType(
187
187
188
188
### Parameters
189
189
190
-
*`pTI`*<br/>
190
+
*`pTI`*\
191
191
[in] A pointer to the [`ITypeInfo`](/windows/win32/api/oaidl/nn-oaidl-itypeinfo) interface containing the user-defined type.
192
192
193
-
*`hrt`*<br/>
193
+
*`hrt`*\
194
194
[in] A handle to the type description to be retrieved.
195
195
196
196
### Return Value
@@ -223,10 +223,10 @@ By default, the class is `CComTypeInfoHolder`. `CComTypeInfoHolder` manages the
0 commit comments