RuntimeClassBaseT Structure
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at RuntimeClassBaseT Structure.
Supports the WRL infrastructure and is not intended to be used directly from your code.
Syntax
template <
unsigned int RuntimeClassTypeT
>
friend struct Details::RuntimeClassBaseT;
Parameters
RuntimeClassTypeT
A field of flags that specifies one or more RuntimeClassType enumerators.
Remarks
Provides helper methods for QueryInterface
operations and getting interface IDs.
Members
Inheritance Hierarchy
RuntimeClassBaseT
Requirements
Header: implements.h
Namespace: Microsoft::WRL::Details
See Also
Reference (Windows Runtime Library)
Microsoft::WRL::Details Namespace