Skip to content

MAX_NAME macro

Douglas Lyman edited this page Nov 28, 2022 · 3 revisions

Defines the maximum buffer size of a character buffer intended for storing a name of an internal component, like for example a function or class name.
If having internal names be above 63 + null terminator characters long is absolutely necessary, you may change this constant to a larger value.

Syntax

#define MAX_NAME 64

Remarks

Note that changing this constant will not effect any previously compiled assemblies. To have the change sync over you must recompile the assembly.

Requirements

Header Definitions.h
Assembly None