| Systemwalker Centric Manager APIガイド - UNIX/Windows(R)共通 - |
目次
索引
![]()
|
| 第3章 APIリファレンス |
アクション管理サーバに依頼したアクションを停止します。
long Mp_StopAction(unsigned char *AppName,long handle) |
以下のアクション管理のAPIを参照してください。
アクション管理のAPIを参照してください。
アクション停止APIの使用例を以下に示します。
#include "f3crhxac.h"
unsigned char *AppName = "実行API" ; // アクション実行APIに指定したアプリ名
long handle = 1 ; // アクション実行APIの戻り値
long lrc ;
lrc = Mp_StopAction(AppName,handle) ;
if ( lrc != 0 ) {
/* エラー処理 */
}
/* 正常終了 */ |
目次
索引
![]()
|