FreeString
API |
FreeString |
Function |
This is called to free allocated memory for wchar **. Metadefender Core calls this after Metadefender Core is finished with the values allocated by your functionality. |
Function prototype
void
FreeString
(
wchar ** stringToFree
)
Arguments
Argument |
Description |
Other |
stringToFree |
Double pointer to wchar |
Must be deallocated in the same way that memory is allocated. |