Skip to content

Commit 21f1363

Browse files
authored
More detail about __WRL_CONFIGURATION_LEGACY__
This adds clarification to exactly what __WRL_CONFIGURATION_LEGACY__ changes.
1 parent 7a9830e commit 21f1363

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/windows/runtimeclass-class.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class RuntimeClass<RuntimeClassFlags<classFlags>, I0, I1, I2, I3, I4, I5, I6, I7
103103
The ninth interface ID. (Optional)
104104

105105
`classFlags`
106-
A combination of one or more [RuntimeClassType](../windows/runtimeclasstype-enumeration.md) enumeration values.
106+
A combination of one or more [RuntimeClassType](../windows/runtimeclasstype-enumeration.md) enumeration values. The `__WRL_CONFIGURATION_LEGACY__` macro can be defined to change the default value of classFlags for all runtime classes in the project. If defined, RuntimeClass instances are non-agile dy default. When not defined, RuntimeClass instances are agile by default.
107107

108108
## Members
109109

@@ -141,4 +141,4 @@ class RuntimeClass<RuntimeClassFlags<classFlags>, I0, I1, I2, I3, I4, I5, I6, I7
141141
**Namespace:** Microsoft::WRL
142142

143143
## See Also
144-
[Microsoft::WRL Namespace](../windows/microsoft-wrl-namespace.md)
144+
[Microsoft::WRL Namespace](../windows/microsoft-wrl-namespace.md)

0 commit comments

Comments
 (0)