Free memory allocated by getAllocatedMatrixOfString function.
void freeAllocatedMatrixOfString(int _iRows, int _iCols, char** _pstData) void freeAllocatedMatrixOfWideString(int _iRows, int _iCols, wchar_t** _pwstData)
Value "_piRows" returns by freeAllocatedMatrixOfString.
Value "_piCols" returns by freeAllocatedMatrixOfString.
Pointer "_pstData" allocated by freeAllocatedMatrixOfString.
Pointer "_pwstData" allocated by freeAllocatedWideMatrixOfString.