theLink 10.0
Loading...
Searching...
No Matches
MqDumpC_Misc_CS_API

MqDumpC - various functions to work on a dumpMore...

+ Collaboration diagram for MqDumpC_Misc_CS_API:

Functions

long csmqmsgque.MqDumpC.SizeGet ()
  C#: long dump.SizeGet() C-API
report the binary data size from an MqDumpS object
 
string csmqmsgque.MqDumpC.TokenGet ()
  C#: string dump.TokenGet() C-API
return the MqContextC_ServiceApi_Identifer
 

Detailed Description

MqDumpC - various functions to work on a dump

Function Documentation

◆ SizeGet()

long csmqmsgque.MqDumpC.SizeGet ( )
inline

C#: long dump.SizeGet() C-API
report the binary data size from an MqDumpS object

Definition at line 160 of file MqDumpC.cs.

160 {
161 long __retVal__L = Mq.MqDumpSizeGet(hdl);
162 return __retVal__L;
163 }
csmqmsgque.MqMsgque Mq

◆ TokenGet()

string csmqmsgque.MqDumpC.TokenGet ( )
inline

C#: string dump.TokenGet() C-API
return the MqContextC_ServiceApi_Identifer

Definition at line 166 of file MqDumpC.cs.

166 {
167 IntPtr __retVal__L = Mq.MqDumpTokenGet(hdl);
168 return Marshal.PtrToStringAnsi(__retVal__L);
169 }