MqContextC - move and copy an error from a context … More...
Functions | |
static OT_ProcRet | atlmqmsgque_MqContextC_ErrorFORMAT (MqContextC_ARGS) |
Atl: → C-API helper used to access MkErrorDEFAULT from MqContextC | |
OT_ProcRet | atlmqmsgque_MqContextC_ErrorCopy (MqContextC_ARGS) |
Atl: → C-API copy a MkErrorS from the sourceCtx to the targetCtx … | |
OT_ProcRet | atlmqmsgque_MqContextC_ErrorMove (MqContextC_ARGS) |
Atl: → C-API move a MkErrorS from the sourceCtx to the targetCtx … | |
MqContextC - move and copy an error from a context …
OT_ProcRet atlmqmsgque_MqContextC_ErrorCopy | ( | MqContextC_ARGS | ) |
Atl:
→ C-API MkErrorE [MqContextC::ErrorCopy $targetCtx sourceCtx:MqContextC]
copy a MkErrorS from the sourceCtx to the targetCtx …
Definition at line 1425 of file MqContextC_atl.c.
|
static |
Atl:
→ C-API MkErrorC [MqContextC::ErrorFORMAT $fmtobj]
helper used to access MkErrorDEFAULT from MqContextC
Definition at line 1409 of file MqContextC_atl.c.
OT_ProcRet atlmqmsgque_MqContextC_ErrorMove | ( | MqContextC_ARGS | ) |
Atl:
→ C-API MkErrorE [MqContextC::ErrorMove $targetCtx sourceCtx:MqContextC]
move a MkErrorS from the sourceCtx to the targetCtx …
Definition at line 1440 of file MqContextC_atl.c.