Results 1571 - 1580 of 1633.

SL_FreeSubRequester updated:2008-03-01 23:36:35
NAME SL_FreeSubRequester -- frees a requester allocated by SL_CreateSubRequester. SYNOPSIS SL_FreeSubRequester(reqhandle); A0 void SL_FreeSubRequester(REQHANDLE); FUNCTION Frees all the memory allocated by SL_CreateSubRequester. INPUTS reqhandle - as returned by SL_CreateSubRequester. SEE ALSO SL_CreateSubRequester, AddAppSubRequester(),...

SL_RemSubRequester updated:2008-03-01 23:36:35
NAME SL_RemSubRequester -- removes a subrequester added by SL_AddSubRequester. SYNOPSIS success = SL_RemSubRequester(reqhandle, ctrlid); D0 A0 D0 SLFLAG SL_RemSubRequester(REQHANDLE, UWORD); FUNCTION INPUTS reqhandle - the handle of the requester to remove the subrequester from. ctrlid - the id of the control the subrequester was added to. RESULTS...

SL_RenameFile updated:2008-03-01 23:36:35
NAME SL_RenameFile -- renames a file or drawer. SYNOPSIS success = SL_RenameFile(apphandle, oldname, newname); D0A0 A1 A2 SLFLAG SL_RenameFile(APPHANDLE, SLCHAR *, SLCHAR *); FUNCTION issue: what to do about renamimg volumes? or renaming across volumes? INPUTS RESULTS SEE ALSO SL_BeginExamine, SL_CloseFile, SL_DeleteFile, SL_DoesFileExist, SL_EndExamine,...

SL_UnlockFile updated:2008-03-01 23:36:35
NAME SL_UnlockFile -- unlocks a file that was locked by SL_LockFile. SYNOPSIS SL_UnlockFile(lockhandle); A0 void SL_UnlockFile(LOCKHANDLE); FUNCTION INPUTS SEE ALSO SL_BeginExamine, SL_CloseFile, SL_DeleteFile, SL_DoesFileExist, SL_EndExamine, SL_EndFileNotify, SL_ExamineFirstFile, SL_ExamineNextFile, SL_FileRequesterA, SL_FlushFile, SL_GetExFileInfo,...

SL_EndFileNotify updated:2008-03-01 23:36:35
NAME SL_EndFileNotify -- ends a notification request. SYNOPSIS SL_EndFileNotify(notifyhandle); A0 void SL_EndFileNotify(NOTIFYHANDLE); FUNCTION INPUTS RESULTS SEE ALSO SL_BeginExamine, SL_CloseFile, SL_DeleteFile, SL_DoesFileExist, SL_EndExamine, SL_EndFileNotify, SL_ExamineFirstFile, SL_ExamineNextFile, SL_FileRequesterA, SL_FlushFile, SL_GetExFileInfo,...

SL_SetFileNotifyAttrA updated:2008-03-01 23:36:35
NAME SL_SetFileNotifyAttrA -- gets the specified attr from a notify handle SL_SetFileNotifyAttr -- varargs stub for SL_SteFileNotifyAttrA. SYNOPSIS SL_SetFileNotifyAttrA(notifyhandle, tags); A0 A1 void SL_SetFileNotifyAttrA(NOTIFYHANDLE, struct TagItem *); SL_SetFileNotifyAttr(notifyhandle, tag, ...); void SL_SetFileNotifyAttr(NOTIFYHANDLE, Tag,...

SL_SortListFuncRange updated:2008-03-01 23:36:35
NAME SL_SortListFuncRange -- sort a range of nodes in a list with a user supplied compare function. SYNOPSIS SL_SortListFuncRange(list, function, start, end); A0 A1 D0 D1 SL_SortListFuncRange(LISTHANDLE, WORD (*)(void *, void *), ULONG, ULONG); FUNCTION Sorts the specified range of nodes in the supplied list using the compare function to determine...

SL_SetNodeAttrA updated:2008-03-01 23:36:35
NAME SL_SetNodeAttrA -- sets the attributes of a node. SL_SetNodeAttr -- varargs stub for SL_SetNodeAttrA. SYNOPSIS SL_SetNodeAttrA(node, taglist); A0 A1 void SL_SetNodeAttrA(void *, struct TagItem *); SL_SetNodeAttr(node, tag, ...); void SL_SetNodeAttr(void *, Tag, ...); FUNCTION Sets various attributes of a node. INPUTS node - as returned by...

SL_PrevNode updated:2008-03-01 23:36:36
NAME SL_PrevNode -- returns the node that comes before the given node. SYNOPSIS node = SL_PrevPrev(node); D0 A0 void *SL_PrevNode(void *); FUNCTION Returns the previous node in a list. This is used to cycle through all the nodes in a list. INPUTS node - as returned by SL_CreateNodeA. RESULTS node - the node that preceeds the given node or NULL if there...

SL_GetListAttr updated:2008-03-01 23:36:36
NAME SL_GetListAttr -- returns the given attribute of a list. SYNOPSIS attr = SL_GetListAttr(list, attr); D0 A0 D0 SLTAGDATA SL_GetListAttr(LISTHANDLE, Tag); FUNCTION Returns the given attribute of a list. INPUTS list - a LISTHANDLE as returned by SL_CreateListA. attr - one of the LISTATTR_ tags. See SL_SetListAttrA for a description of the supported...

Previous 1 11 21 31 41 51 61 71 81 91 101 111 121 131 141 151 152 153 154 155 156 157 158 159 160 161 162 163 164 Next

    PageStream User Documentation
    PageStream Guide
    PageStream Scripting Documentation
    BME User Documentation
    BME Scripting Documentation
    PageLiner User Documentation
    PageLiner Scripting Documentation
    HHV User Documentation
    Developer Documentation
    PageStream Web Site
    PageStream Web Site Documentation
    PageStream Document Gallery
    PageStream Script Gallery