DontUseNewUseMake Class
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 DontUseNewUseMake Class.
Supports the WRL infrastructure and is not intended to be used directly from your code.
Syntax
class DontUseNewUseMake;
Remarks
Prevents using operator new
in RuntimeClass. Consequently, you must use the Make function instead.
Members
Public Operators
Name | Description |
---|---|
DontUseNewUseMake::operator new Operator | Overloads operator new and prevents it from being used in RuntimeClass. |
Inheritance Hierarchy
DontUseNewUseMake
Requirements
Header: implements.h
Namespace: Microsoft::WRL::Details