Share via


DontUseNewUseMake Class

Supports the WRL infrastructure and is not intended to be used directly from your code.

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

See Also

Reference

Microsoft::WRL::Details Namespace

Make Function