Share

acutDelString

C++

inline void acutDelString(
    wchar_t *& pString
);

File

acutmem.h

Description

This function is designed to be used on memory allocated via acutNewString(), acutNewBuffer(), and acutUpdString(). It deallocates the memory pointed to by pString and sets pString to NULL.

Parameters

Parameters Description
pString Input pointer to string to be freed

Was this information helpful?