Sds abort
- 構文
- void sds_abort (const char *string);
- 機能
- IntelliCADで実行されるSDSアプリケーションを終了する。終了前に、コマンドラインにメッセージを表示する。
- 引数
-
- *string : 終了前に表示する文字列
- 戻り値
- なし
- サンプル
sds_abort("Myapp has experienced a problem, and will be terminated.");
結果: Myapp has experienced a problem, and will be terminated.
関連事項