NWSMFreeGenericString

Releases the memory held by a STRING_BUFFER structure.

Syntax

  #include <smsutapi.h> 
   
  void NWSMFreeGenericString ( 
     STRING_BUFFER **string);
  

Parameters

string

(IN) Points to the STRING_BUFFER structure to free.

Remarks

NWSMFreeGenericString frees the memory allocated to string and sets it to NULL.

If string is NULL, NWSMFreeGenericString does nothing.