Share

updString

C++

inline Acad::ErrorStatus updString(
    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 acutUpdString() instead.

Parameters

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

Was this information helpful?