MkErrorC - define the class … More...
Collaboration diagram for MkErrorC_Class_ATL_API:Functions | |
| static OT_ProcRet | atlmkkernel_MkErrorC_HandleResolve (OtClass_ARGS) |
Atl: → C-API Handle-Resolve-Slot - return a MkErrorC from netHdl or "MK_NULL" if invalid… | |
| MK_DEPRECATED static MK_UNUSED OT_ProcRet | atlmkkernel_MkErrorC_HandleGet (MkErrorC_ARGS) |
| static OT_ProcRet | atlmkkernel_MkErrorC_Next (MkErrorC_ARGS) |
Atl: → C-API get next instance from linked-list of MkErrorS type | |
| static OT_ProcRet | atlmkkernel_MkErrorC_Prev (MkErrorC_ARGS) |
Atl: → C-API get previous instance from linked-list of MkErrorS type | |
| static OT_ProcRet | atlmkkernel_MkErrorC_Instances (OtClass_ARGS) |
Atl: → C-API get head-instance from linked-list of MkErrorS type … | |
| static OT_ProcRet | atlmkkernel_MkErrorC_GetNull (OtClass_ARGS) |
Atl: → C-API Null-Slot - return a MkErrorC typed NULL instance … | |
MkErrorC - define the class …
|
static |
Atl: → C-API (static) MkErrorC [MkErrorC::GetNull]
Null-Slot - return a MkErrorC typed NULL instance …
Definition at line 258 of file MkErrorC_atl.c.
|
static |
Definition at line 193 of file MkErrorC_atl.c.
|
static |
Atl: → C-API (static) MkErrorC [MkErrorC::HandleResolve netHdl:MK_HDL]
Handle-Resolve-Slot - return a MkErrorC from netHdl or "MK_NULL" if invalid…
Definition at line 174 of file MkErrorC_atl.c.
|
static |
Atl: → C-API (static) MkErrorC [MkErrorC::Instances]
get head-instance from linked-list of MkErrorS type …
Definition at line 235 of file MkErrorC_atl.c.
|
static |
Atl: → C-API MkErrorC [MkErrorC::Next $err]
get next instance from linked-list of MkErrorS type
Definition at line 205 of file MkErrorC_atl.c.
|
static |
Atl: → C-API MkErrorC [MkErrorC::Prev $err]
get previous instance from linked-list of MkErrorS type
Definition at line 219 of file MkErrorC_atl.c.