theLink 10.0
Loading...
Searching...
No Matches
MqMsgque_Init_ATL_API

MqMsgque PACKAGE - initialize the MqContextC startup and/or external-object-linkMore...

+ Collaboration diagram for MqMsgque_Init_ATL_API:

Functions

static OT_ProcRet atlmqmsgque_MqMsgque_InitGetArg0 (OtClass_ARGS)
  Atl: (static) MkBufferListC [MqMsgque::InitGetArg0] C-API
get the process startup-prefix argument
 
static OT_ProcRet atlmqmsgque_MqMsgque_InitResetArg0 (OtClass_ARGS)
  Atl: (static) MkBufferListC [MqMsgque::InitResetArg0] C-API
Reset the process-startup-prefix argument to an empty list …
 
static OT_ProcRet atlmqmsgque_MqMsgque_InitSetArg0 (OtClass_ARGS)
  Atl: (static) MqMsgque::InitSetArg0 ?bfl:MkBufferListC...=NULL? C-API
set the process startup-prefix argument to bfl
 

Detailed Description

MqMsgque PACKAGE - initialize the MqContextC startup and/or external-object-link

Function Documentation

◆ atlmqmsgque_MqMsgque_InitGetArg0()

static OT_ProcRet atlmqmsgque_MqMsgque_InitGetArg0 ( OtClass_ARGS )
static

Atl: (static) MkBufferListC [MqMsgque::InitGetArg0] C-API
get the process startup-prefix argument

Definition at line 863 of file LibMqMsgque_atl.c.

863 {
868 goto end;
869 error:
871 end:
873}
#define OT_SETUP_NOARG(d)
#define OT_retObj_SET_Error
#define OT_retObj_SET_BFL(nat)
#define OT_retObj_RETURN
#define OT_CHECK_NOARGS
#define InitGetArg0_doc
#define OT_SETUP_hdl_static
#define error
Definition high_lng.h:339
MK_BFL MqInitGetArg0(void)
get the process startup-prefix argument

◆ atlmqmsgque_MqMsgque_InitResetArg0()

static OT_ProcRet atlmqmsgque_MqMsgque_InitResetArg0 ( OtClass_ARGS )
static

Atl: (static) MkBufferListC [MqMsgque::InitResetArg0] C-API
Reset the process-startup-prefix argument to an empty list …

Definition at line 876 of file LibMqMsgque_atl.c.

876 {
881 goto end;
882 error:
884 end:
886}
#define InitResetArg0_doc
MK_BFL MqInitResetArg0(void)
Reset the process-startup-prefix argument to an empty list …

◆ atlmqmsgque_MqMsgque_InitSetArg0()

static OT_ProcRet atlmqmsgque_MqMsgque_InitSetArg0 ( OtClass_ARGS )
static

Atl: (static) MqMsgque::InitSetArg0 ?bfl:MkBufferListC...=NULL? C-API
set the process startup-prefix argument to bfl

Definition at line 889 of file LibMqMsgque_atl.c.

889 {
895 MqInitSetArg0 (bfl);
897 goto end;
898 error:
900 end:
902}
#define OT_SETUP_VARARGS(min, max, d)
#define OT_retObj_SET_None
#define OT_CHECK_OPTIONAL(val)
#define InitSetArg0_doc
#define MkBufferListCreateTLS_T(name, num)
void MqInitSetArg0(MK_BAC bfl)
set the process startup-prefix argument to bfl
#define OT_CHECK_BAC(val)