Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.02 KB

runtimeclasstype-enumeration.md

File metadata and controls

41 lines (30 loc) · 1.02 KB
description title ms.date ms.topic f1_keywords helpviewer_keywords ms.assetid
Learn more about: RuntimeClassType Enumeration
RuntimeClassType Enumeration
11/04/2016
reference
implements/Microsoft::WRL::RuntimeClassType
RuntimeClassType enumeration
d380712d-672e-4ea9-b7c5-cf9fa7dbb770

RuntimeClassType Enumeration

Specifies the type of RuntimeClass instance that is supported.

Syntax

enum RuntimeClassType;

Members

Values

Name Description
ClassicCom A classic COM runtime class.
Delegate Equivalent to ClassicCom.
InhibitFtmBase Disables FtmBase support while __WRL_CONFIGURATION_LEGACY__ is not defined.
InhibitWeakReference Disables weak reference support.
WinRt A Windows Runtime class.
WinRtClassicComMix A combination of WinRt and ClassicCom.

Requirements

Header: implements.h

Namespace: Microsoft::WRL

See also

Microsoft::WRL Namespace