MqDumpC - define the class … More...
Functions | |
static OT_ProcRet | atlmqmsgque_MqDumpC_HandleResolve (OtClass_ARGS) |
Atl: → C-API Handle-Resolve-Slot - return a MqDumpC from netHdl or "MK_NULL" if invalid… | |
MK_DEPRECATED static MK_UNUSED OT_ProcRet | atlmqmsgque_MqDumpC_HandleGet (MqDumpC_ARGS) |
static OT_ProcRet | atlmqmsgque_MqDumpC_Next (MqDumpC_ARGS) |
Atl: → C-API get next instance from linked-list of MqDumpS type | |
static OT_ProcRet | atlmqmsgque_MqDumpC_Prev (MqDumpC_ARGS) |
Atl: → C-API get previous instance from linked-list of MqDumpS type | |
static OT_ProcRet | atlmqmsgque_MqDumpC_Instances (OtClass_ARGS) |
Atl: → C-API get head-instance from linked-list of MqDumpS type … | |
static OT_ProcRet | atlmqmsgque_MqDumpC_GetNull (OtClass_ARGS) |
Atl: → C-API Null-Slot - return a MqDumpC typed NULL instance … | |
MqDumpC - define the class …
|
static |
Atl:
→ C-API (static) MqDumpC [MqDumpC::GetNull]
Null-Slot - return a MqDumpC typed NULL
instance …
Definition at line 219 of file MqDumpC_atl.c.
|
static |
Definition at line 154 of file MqDumpC_atl.c.
|
static |
Atl:
→ C-API (static) MqDumpC [MqDumpC::HandleResolve netHdl:MK_HDL]
Handle-Resolve-Slot - return a MqDumpC from netHdl or "MK_NULL"
if invalid…
Definition at line 135 of file MqDumpC_atl.c.
|
static |
Atl:
→ C-API (static) MqDumpC [MqDumpC::Instances]
get head-instance from linked-list of MqDumpS type …
Definition at line 196 of file MqDumpC_atl.c.
|
static |
Atl:
→ C-API MqDumpC [MqDumpC::Next $dmp]
get next instance from linked-list of MqDumpS type
Definition at line 166 of file MqDumpC_atl.c.
|
static |
Atl:
→ C-API MqDumpC [MqDumpC::Prev $dmp]
get previous instance from linked-list of MqDumpS type
Definition at line 180 of file MqDumpC_atl.c.