MkErrorC - various functions to 'get' data out of a MkErrorS … More...
Functions | |
static OT_ProcRet | atlmkkernel_MkErrorC_GetCode (MkErrorC_ARGS) |
Atl: → C-API get the value of MkErrorS::code … | |
static OT_ProcRet | atlmkkernel_MkErrorC_GetNum (MkErrorC_ARGS) |
Atl: → C-API get the MkErrorS::num. The number can be used as exit-code … | |
static OT_ProcRet | atlmkkernel_MkErrorC_GetSize (MkErrorC_ARGS) |
Atl: → C-API get the error-message-size from the exception-object … | |
static OT_ProcRet | atlmkkernel_MkErrorC_GetText (MkErrorC_ARGS) |
Atl: → C-API get the MkErrorS::text … | |
MkErrorC - various functions to 'get' data out of a MkErrorS …
|
static |
Atl:
→ C-API MkErrorE [MkErrorC::GetCode $err]
get the value of MkErrorS::code …
Definition at line 281 of file MkErrorC_atl.c.
|
static |
Atl:
→ C-API int32 [MkErrorC::GetNum $err]
get the MkErrorS::num. The number can be used as exit-code …
Definition at line 294 of file MkErrorC_atl.c.
|
static |
Atl:
→ C-API long [MkErrorC::GetSize $err]
get the error-message-size from the exception-object …
Definition at line 307 of file MkErrorC_atl.c.
|
static |
Atl:
→ C-API string [MkErrorC::GetText $err]
get the MkErrorS::text …
Definition at line 320 of file MkErrorC_atl.c.