Share

newString

C++

inline Acad::ErrorStatus newString(
    const ACHAR* pInput, 
    ACHAR*& pOutput
);

File

acutmigr.h

Description

This function is obsolete and will be removed in a future release of ObjectARX. It exists in header acutmigr.h to help migrate existing uses of this function. Please use function acutNewString() instead.

Parameters

Parameters Description
pInput Input string to copy
pOutput Output pointer to string copy

Was this information helpful?