Share

acutDelBuffer

C++

void acutDelBuffer(
    void *& pBuffer
);

File

acutmem.h

Description

This function is identical to acutDelString().

Parameters

Parameters Description
pBuffer Input pointer to memory to free

Was this information helpful?