Scilab 6.0.0
Scilabヘルプ >> API Scilab > legacy > string > freeAllocatedSingleString
freeAllocatedSingleString
getAllocatedSingleString関数で確保されたメモリを開放する.
呼び出し手順
void freeAllocatedSingleString(char* _pstData)
void freeAllocatedSingleWideString(wchar_t* _pwstData)
引数
- _pstData
getAllocatedSingleStringで確保された"_pstData" ポインタ.
- _pwstData
getAllocatedSingleWideStringで確保された"_pwstData" ポインタ.
Comments
Add a comment:
Please login to comment this page.