freeAllocatedSingleString
getAllocatedSingleString関数で確保されたメモリを開放する.
呼び出し手順
void freeAllocatedSingleString(char* _pstData)
void freeAllocatedSingleWideString(wchar_t* _pwstData)
引数
- _pstData
getAllocatedSingleStringで確保された"_pstData" ポインタ.
- _pwstData
getAllocatedSingleWideStringで確保された"_pwstData" ポインタ.
Report an issue | ||
<< createSingleString | string | freeAllocatedMatrixOfString >> |