ここでは,メッセージ送受信インタフェースの変更一覧を示します。
バージョン6以前 | バージョン7 |
---|---|
<32ビットアーキテクチャの場合> int dc_mcf_ap_info(long flags, | int dc_mcf_ap_info(DCLONG flags, |
<64ビットアーキテクチャの場合> int dc_mcf_ap_info(int flags, |
バージョン6以前 | バージョン7 |
---|---|
<32ビットアーキテクチャの場合> int dc_mcf_ap_info(flags, | int dc_mcf_ap_info(flags, |
<64ビットアーキテクチャの場合> int dc_mcf_ap_info(flags, |
●apinfo
バージョン6以前 | バージョン7 |
---|---|
<32ビットアーキテクチャの場合> struct DC_MCFAPINFO { | struct DC_MCFAPINFO { |
<64ビットアーキテクチャの場合> struct DC_MCFAPINFO { |
バージョン6以前 | バージョン7 |
---|---|
<32ビットアーキテクチャの場合> int dc_mcf_ap_info_uoc(long flags, | int dc_mcf_ap_info_uoc(DCLONG flags, |
<64ビットアーキテクチャの場合> int dc_mcf_ap_info_uoc(int flags, |
バージョン6以前 | バージョン7 |
---|---|
<32ビットアーキテクチャの場合> int dc_mcf_ap_info_uoc(flags,apname, | int dc_mcf_ap_info_uoc(flags,apname, |
<64ビットアーキテクチャの場合> int dc_mcf_ap_info_uoc(flags,apname, |
●apinfo
バージョン6以前 | バージョン7 |
---|---|
<32ビットアーキテクチャの場合> struct DC_MCFAPINFO_UOC { | struct DC_MCFAPINFO_UOC { |
<64ビットアーキテクチャの場合> struct DC_MCFAPINFO_UOC { |
バージョン6以前 | バージョン7 |
---|---|
<32ビットアーキテクチャの場合> void dc_mcf_close(long flags) | void dc_mcf_close(DCLONG flags) |
<64ビットアーキテクチャの場合> void dc_mcf_close(int flags) |
バージョン6以前 | バージョン7 |
---|---|
<32ビットアーキテクチャの場合> void dc_mcf_close(flags) | void dc_mcf_close(flags) |
<64ビットアーキテクチャの場合> void dc_mcf_close(flags) |
バージョン6以前 | バージョン7 |
---|---|
<32ビットアーキテクチャの場合> int dc_mcf_commit(long action) | int dc_mcf_commit(DCLONG action) |
<64ビットアーキテクチャの場合> int dc_mcf_commit(int action) |
バージョン6以前 | バージョン7 |
---|---|
<32ビットアーキテクチャの場合> int dc_mcf_commit(action) | int dc_mcf_commit(action) |
<64ビットアーキテクチャの場合> int dc_mcf_commit(action) |
バージョン6以前 | バージョン7 |
---|---|
<32ビットアーキテクチャの場合> int dc_mcf_contend(long action, | int dc_mcf_contend(DCLONG action, |
<64ビットアーキテクチャの場合> int dc_mcf_contend(int action, |
バージョン6以前 | バージョン7 |
---|---|
<32ビットアーキテクチャの場合> int dc_mcf_contend(action,resv01) | int dc_mcf_contend(action,resv01) |
<64ビットアーキテクチャの場合> int dc_mcf_contend(action,resv01) |
バージョン6以前 | バージョン7 |
---|---|
<32ビットアーキテクチャの場合> int dc_mcf_execap(long action, | int dc_mcf_execap(DCLONG action, |
<64ビットアーキテクチャの場合> int dc_mcf_execap(int action, |
バージョン6以前 | バージョン7 |
---|---|
<32ビットアーキテクチャの場合> int dc_mcf_execap(action,commform, | int dc_mcf_execap(action,commform, |
<64ビットアーキテクチャの場合> int dc_mcf_execap(action,commform, |
バージョン6以前 | バージョン7 |
---|---|
<32ビットアーキテクチャの場合> int dc_mcf_mainloop(long flags) | int dc_mcf_mainloop(DCLONG flags) |
<64ビットアーキテクチャの場合> int dc_mcf_mainloop(int flags) |
バージョン6以前 | バージョン7 |
---|---|
<32ビットアーキテクチャの場合> int dc_mcf_mainloop(flags) | int dc_mcf_mainloop(flags) |
<64ビットアーキテクチャの場合> int dc_mcf_mainloop(flags) |
バージョン6以前 | バージョン7 |
---|---|
<32ビットアーキテクチャの場合> int dc_mcf_open(long flags) | int dc_mcf_open(DCLONG flags) |
<64ビットアーキテクチャの場合> int dc_mcf_open(int flags) |
バージョン6以前 | バージョン7 |
---|---|
<32ビットアーキテクチャの場合> int dc_mcf_open(flags) | int dc_mcf_open(flags) |
<64ビットアーキテクチャの場合> int dc_mcf_open(flags) |
バージョン6以前 | バージョン7 |
---|---|
<32ビットアーキテクチャの場合> int dc_mcf_receive(long action, | int dc_mcf_receive(DCLONG action, |
<64ビットアーキテクチャの場合> int dc_mcf_receive(int action, |
バージョン6以前 | バージョン7 |
---|---|
<32ビットアーキテクチャの場合> int dc_mcf_receive(action,commform, | int dc_mcf_receive(action,commform, |
<64ビットアーキテクチャの場合> int dc_mcf_receive(action,commform, |
バージョン6以前 | バージョン7 |
---|---|
<32ビットアーキテクチャの場合> int dc_mcf_rollback(long action) | int dc_mcf_rollback(DCLONG action) |
<64ビットアーキテクチャの場合> int dc_mcf_rollback(int action) |
バージョン6以前 | バージョン7 |
---|---|
<32ビットアーキテクチャの場合> int dc_mcf_rollback(action) | int dc_mcf_rollback(action) |
<64ビットアーキテクチャの場合> int dc_mcf_rollback(action) |
バージョン6以前 | バージョン7 |
---|---|
<32ビットアーキテクチャの場合> int dc_mcf_tempget(long action, | int dc_mcf_tempget(DCLONG action, |
<64ビットアーキテクチャの場合> int dc_mcf_tempget(int action, |
バージョン6以前 | バージョン7 |
---|---|
<32ビットアーキテクチャの場合> int dc_mcf_tempget(action,getdata, | int dc_mcf_tempget(action,getdata, |
<64ビットアーキテクチャの場合> int dc_mcf_tempget(action,getdata, |
バージョン6以前 | バージョン7 |
---|---|
<32ビットアーキテクチャの場合> int dc_mcf_tempput(long action, | int dc_mcf_tempput(DCLONG action, |
<64ビットアーキテクチャの場合> int dc_mcf_tempput(int action, |
バージョン6以前 | バージョン7 |
---|---|
<32ビットアーキテクチャの場合> int dc_mcf_tempput(action,putdata, | int dc_mcf_tempput(action,putdata, |
<64ビットアーキテクチャの場合> int dc_mcf_tempput(action,putdata, |
バージョン6以前 | バージョン7 |
---|---|
<32ビットアーキテクチャの場合> int dc_mcf_timer_cancel(long flags, | int dc_mcf_timer_cancel(DCLONG flags, |
<64ビットアーキテクチャの場合> int dc_mcf_timer_cancel(int flags, |
バージョン6以前 | バージョン7 |
---|---|
<32ビットアーキテクチャの場合> int dc_mcf_timer_cancel(flags, | int dc_mcf_timer_cancel(flags, |
<64ビットアーキテクチャの場合> int dc_mcf_timer_cancel(flags, |
バージョン6以前 | バージョン7 |
---|---|
<32ビットアーキテクチャの場合> int dc_mcf_timer_set(long flags, | int dc_mcf_timer_set(DCLONG flags, |
<64ビットアーキテクチャの場合> int dc_mcf_timer_set(int flags, |
バージョン6以前 | バージョン7 |
---|---|
<32ビットアーキテクチャの場合> int dc_mcf_timer_set(flags,timer, | int dc_mcf_timer_set(flags,timer, |
<64ビットアーキテクチャの場合> int dc_mcf_timer_set(flags,timer, |