Share

acutNewString

C++

Acad::ErrorStatus acutNewString(
    ACHAR *& pOutput, 
    Adesk::Int32 nNumChars
);

File

acutmem.h

Description

Allocates a new string of length specified by nNumChars.

Parameters

Parameters Description
pOutput Output pointer to allocated string
nNumChars Input length of the string to be allocated

Previous Declaration

Acad::ErrorStatus acutNewString(ACHAR *& pOutput, int nNumChars);

Was this information helpful?