Interfaces ¶ Element IElement (Interface) IsLinkedElem (Property) IsListMemberOf (Method) NextElem (Property) PrevElem (Property) ITypedElement (Interface) List IList (Interface) AppendElem (Method) InsertElem (Method) PopBackElem (Method) PopElem (Method) PushElem (Method) RemoveElem (Method) ISimpleList (Interface) HeadElem (Property) ListIsEmpty (Property) ListSize (Property) TailElem (Property) ITypedList (Interface) AppendElem (Method) InsertElem (Method) ListTypeId (Property) PopBackElem (Method) PopElem (Method) PushElem (Method) RemoveElem (Method) Tree ISimpleTree (Interface) ChildCount (Property) FirstChild (Property) IsLinkedTree (Property) IsTreeRoot (Property) LastChild (Property) NextSibling (Property) ParentTree (Property) PrevSibling (Property) SiblingCount (Property) ITree (Interface) AddChild (Method) InsertSibling (Method) RemoveTree (Method) ITypedTree (Interface) AddChild (Method) InsertSibling (Method) RemoveTree (Method) TreeTypeId (Property)
Element ¶ IElement (Interface) IsLinkedElem (Property) IsListMemberOf (Method) NextElem (Property) PrevElem (Property) ITypedElement (Interface)
IElement (ITF) ¶ INTERFACE IElement EXTENDS __SYSTEM.IQueryInterface Properties: IsLinkedElem NextElem PrevElem Methods: IsListMemberOf Structure: IsLinkedElem (Property) IsListMemberOf (Method) NextElem (Property) PrevElem (Property)
ITypedElement (ITF) ¶ INTERFACE ITypedElement EXTENDS IElement Properties: IsLinkedElem , inherited from IElement NextElem , inherited from IElement PrevElem , inherited from IElement Methods: IsListMemberOf , inherited from IElement
IFactory.prvFreeInstMem (METH) ¶ METHOD prvFreeInstMem : BOOL InOut: Scope Name Type Return prvFreeInstMem BOOL Input hInst CAA.HANDLE
IFactory.prvGetInstPointer (METH) ¶ METHOD prvGetInstPointer : CAA.PVOID InOut: Scope Name Type Return prvGetInstPointer CAA.PVOID Input hInst CAA.HANDLE
IFactory.prvInsertInst (METH) ¶ METHOD prvInsertInst : BOOL InOut: Scope Name Type Return prvInsertInst BOOL Input itfInst IInstance
IFactory.prvInstCount (PROP) ¶ PROPERTY prvInstCount : CAA.COUNT Is called by prvMemAlloc , if prvPoolAdr returns CAA.gc_pNULL
IFactory.prvInstInit (METH) ¶ METHOD prvInstInit : BOOL InOut: Scope Name Type Return prvInstInit BOOL Input itfInst IInstance hInst CAA.HANDLE itfData IData Output eError ERROR
IFactory.prvInstPoolAdr (PROP) ¶ PROPERTY prvInstPoolAdr : CAA.PVOID Is called by prvMemAlloc , to determine the Methode of allocation. ( MBM.PoolCreateH or MBM.PoolCreateP ) If the return value is CAA.gc_pNULL then MBM.PoolCreateH is used. If the return value is not equal CAA.gc_pNULL this value is used as a basis for MBM.PoolCreateP