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