<< SL_AppEventHandler | SL_CreateNodeA >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_CreateListA
NAME
SL_CreateListA -- allocates and inits a LISTHANDLE.
SL_CreateList -- varargs stub for SL_CreateListA.
SYNOPSIS
lh = SL_CreateListA(apphandle, tags);
D0 A0 A1
LISTHANDLE SL_CreateListA(APPHANDLE, struct TagItem *);
lh = SL_CreateList(apphandle, tag, ...);
LISTHANDLE SL_CreateList(APPHANDLE, Tag, ...);
FUNCTION
Allocates and inits a LISTHANDLE for use.
INPUTS
apphandle - as returned by SL_AppInitA.
tags - a pointer to a tag list. See SL_SetListAttrA for a description
of all tags this function uses.
RESULTS
lh - a LISTHANDLE if successfull, NULL if it failed.
SEE ALSO
SL_AddNodeAfter, SL_AddNodeBefore, SL_AddNodeHead, SL_AddNodeSorted, SL_AddNodeSortedFunc, SL_AddNodeTail, SL_ClearList, SL_CountNodes, SL_CreateListA, SL_CreateNodeA, SL_FindNodeFunc, SL_FindNodeName, SL_FindNodePos, SL_FindNodeUserData, SL_FirstNode, SL_FreeList, SL_FreeNode, SL_GetListAttr, SL_GetNodeAttr, SL_IsListEmpty, SL_LastNode, SL_NextNode, SL_PrevNode, SL_RemoveNode, SL_RemoveNodeHead, SL_RemoveNodeTail, SL_SetListAttrA, SL_SetNodeAttrA, SL_SortList, SL_SortListField, SL_SortListFieldRange, SL_SortListFunc, SL_SortListFuncRange, SL_SortListRange.
SL_CreateListA Command Section By Type url:SL_CreateListA
created:2008-03-01 23:36:11 last updated:2008-03-01 23:36:11
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_CreateListA | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_AppEventHandler | SL_CreateNodeA >> |
Top: Documentation Library | Up: SoftLogik App Library API |