freeAllocatedMatrixOfString関数で確保されたメモリを開放する.
void freeAllocatedMatrixOfString(int _iRows, int _iCols, char** _pstData) void freeAllocatedMatrixOfWideString(int _iRows, int _iCols, wchar_t** _pwstData)
freeAllocatedMatrixOfStringから返された"_piRows"の値.
freeAllocatedMatrixOfStringから返された"_piCols"の値.
freeAllocatedMatrixOfStringで確保されたポインタ"_pstData".
freeAllocatedWideMatrixOfStringで確保されたポインタ"_pwstData".