Skip to content

Conversation

BenJKuhn
Copy link
Contributor

@BenJKuhn BenJKuhn commented Apr 7, 2017

This adds clarification to exactly what WRL_CONFIGURATION_LEGACY changes.

This adds clarification to exactly what __WRL_CONFIGURATION_LEGACY__  changes.
@msftclas
Copy link

msftclas commented Apr 7, 2017

@BenJKuhn,
Thanks for your contribution as a Microsoft full-time employee or intern. You do not need to sign a CLA.
Thanks,
Microsoft Pull Request Bot

@@ -103,7 +103,7 @@ class RuntimeClass<RuntimeClassFlags<classFlags>, I0, I1, I2, I3, I4, I5, I6, I7
The ninth interface ID. (Optional)

`classFlags`
A combination of one or more [RuntimeClassType](../windows/runtimeclasstype-enumeration.md) enumeration values.
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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would add "to avoid ambiguity always specify the RuntimeClassType::FtmBase or RuntimeClassType::InhibitFtmBase.

I added Chris' comment.
@mikeblome mikeblome merged commit 801e734 into MicrosoftDocs:master Apr 7, 2017
@BenJKuhn BenJKuhn deleted the patch-1 branch April 7, 2017 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants