theLink 10.0
Loading...
Searching...
No Matches
MqDumpC_Misc_ATL_API

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

+ Collaboration diagram for MqDumpC_Misc_ATL_API:

Functions

MK_DEPRECATED static MK_UNUSED OT_ProcRet atlmqmsgque_MqDumpC_Log (MqDumpC_ARGS)
 
static OT_ProcRet atlmqmsgque_MqDumpC_SizeGet (MqDumpC_ARGS)
  Atl: long [MqDumpC::SizeGet $dump] C-API
report the binary data size from an MqDumpS object
 
static OT_ProcRet atlmqmsgque_MqDumpC_TokenGet (MqDumpC_ARGS)
  Atl: string [MqDumpC::TokenGet $dump] C-API
return the MqContextC_ServiceApi_Identifer
 

Detailed Description

MqDumpC - various functions to work on a dump

Function Documentation

◆ atlmqmsgque_MqDumpC_Log()

MK_DEPRECATED static MK_UNUSED OT_ProcRet atlmqmsgque_MqDumpC_Log ( MqDumpC_ARGS )
static

Definition at line 243 of file MqDumpC_atl.c.

#define OT_ERROR_LNG_RETURN

◆ atlmqmsgque_MqDumpC_SizeGet()

static OT_ProcRet atlmqmsgque_MqDumpC_SizeGet ( MqDumpC_ARGS )
static

Atl: long [MqDumpC::SizeGet $dump] C-API
report the binary data size from an MqDumpS object

Definition at line 246 of file MqDumpC_atl.c.

246 {
251 goto end;
252 error:
254 end:
256}
#define OT_SETUP_NOARG(d)
#define OT_retObj_SET_Error
#define OT_retObj_SET_LONG(nat)
#define OT_retObj_RETURN
#define OT_CHECK_NOARGS
#define OT_SETUP_hdl
Definition MqDumpC_atl.c:47
#define SizeGet_doc
#define error
Definition high_lng.h:339
MK_SIZE MqDumpSizeGet(MQ_DMPN const dump)
report the binary data size from an MqDumpS object

◆ atlmqmsgque_MqDumpC_TokenGet()

static OT_ProcRet atlmqmsgque_MqDumpC_TokenGet ( MqDumpC_ARGS )
static

Atl: string [MqDumpC::TokenGet $dump] C-API
return the MqContextC_ServiceApi_Identifer

Definition at line 259 of file MqDumpC_atl.c.

259 {
264 goto end;
265 error:
267 end:
269}
#define OT_retObj_SET_STR(nat)
#define TokenGet_doc
MK_STRN MqDumpTokenGet(MQ_DMPN const dump)
return the MqContextC_ServiceApi_Identifer …