Share

delString

C++

inline void delString(
    ACHAR*& pString
);

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 acutDelString instead.

Parameters

Parameters Description
pString Input pointer to string to free

Was this information helpful?