コード例 #1
0
ファイル: Bindings.cs プロジェクト: orthoxerox/mmqinet
 public static extern void MQGET(int hConn, int hObj, ref MQMD mqmd, ref MQGMO mqgmo, int bufferLength, [Out] byte[] buffer, out int dataLength, out int compCode, out int reason);
コード例 #2
0
ファイル: Bindings.cs プロジェクト: orthoxerox/mmqinet
 public static extern void MQPUT(int hConn, int hObj, ref MQMD mqmd, ref MQPMO mqpmo, int length, [In] byte[] buffer, out int compCode, out int reason);