MkObjectC - create and destroy a managed-object … More...
Functions | |
static OT_ProcRet | atlmkkernel_MkObjectC_Dispose (MkObjectC_ARGS) |
Atl: → C-API Dispose-Slot - untie the connection between the Native-Atl-Instance and the atlmkkernel-Instance. | |
static OT_ProcRet | atlmkkernel_MkObjectC_Delete (MkObjectC_ARGS) |
Atl: → C-API Delete-Slot - delete an instance. | |
static OT_ProcRet | atlmkkernel_MkObjectC_DeleteCallbackCleanup (OtClass_ARGS) |
Atl: → C-API cleanup the DeleteCallback installed with MkObjectDeleteCallbackSetup … | |
static OT_ProcRet | atlmkkernel_MkObjectC_DeleteCallbackSetup (OtClass_ARGS) |
Atl: → C-API Create/Delete the instance-delete-callback … | |
MkObjectC - create and destroy a managed-object …
|
static |
Atl:
→ C-API (destructor) MkObjectC::Delete $obj
Delete-Slot - delete an instance.
Definition at line 934 of file MkObjectC_atl.c.
|
static |
Atl:
→ C-API (static) MkObjectC::DeleteCallbackCleanup ident:string
cleanup the DeleteCallback installed with MkObjectDeleteCallbackSetup …
Definition at line 950 of file MkObjectC_atl.c.
|
static |
Atl:
→ C-API (static) MkObjectC::DeleteCallbackSetup ident:string ?callback:callable=NULL? ?filter:string="NULL"?
Create/Delete the instance-delete-callback …
Definition at line 966 of file MkObjectC_atl.c.
|
static |
Atl:
→ C-API (destructor) MkObjectC::Dispose $obj
Dispose-Slot - untie the connection between the Native-Atl-Instance and the atlmkkernel-Instance.
Definition at line 918 of file MkObjectC_atl.c.