Sds abort

提供:GizmoLabs - だいたい CAD LISP なサイト
2009年12月14日 (月) 09:59時点におけるGizmon (トーク | 投稿記録)による版
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
構文
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.



関連事項