Results 1561 - 1570 of 1633.
SL_GetExFileInfo
updated:2008-03-01 23:36:34
NAME SL_GetExFileInfo -- fills in a struct ExFileInfo on the named file. SYNOPSIS success = SL_GetExFileInfo(apphandle, filename, exfi); D0 A0 A1A2 SLFLAG SL_GetExFileInfo(APPHANDLE, SLCHAR *, struct ExFileInfo *); FUNCTION INPUTS RESULTS SEE ALSO SL_BeginExamine, SL_CloseFile, SL_DeleteFile, SL_DoesFileExist, SL_EndExamine, SL_EndFileNotify,...
SL_CreateDisplayBitmap
updated:2008-03-01 23:36:34
NAME SL_CreateDisplayBitmap -- allocates a displayable bitmap with the given dimensions. SYNOPSIS dbmh = SL_CreateDisplayBitmap(ah, width, height); D0 A0 D0 D1 DBMHANDLE SL_CreateDisplayBitmap(APPHANDLE, UWORD, UWORD); FUNCTION A displayable bitmap is one that can accept the return value from SL_AllocPenRGB and show it to the user via...
SL_ReadDisplayBitmapPixel
updated:2008-03-01 23:36:34
NAME SL_ReadDisplayBitmapPixel -- reads a pixel value from a displayable bitmap. SYNOPSIS pixel = SL_ReadDisplayBitmapPixel(dbmh, x, y); D0 A0D0 D1 ULONG SL_ReadDisplayBitmapPixel(DBMHANDLE, UWORD, UWORD); FUNCTION Returns the pixel value at x,y in the displayable bitmap. INPUTS dbmh - a handle as returned by SL_CreateDislayBitmap. x - the x coord of the...
SL_WriteDisplayBitmapPixel
updated:2008-03-01 23:36:34
NAME SL_WriteDisplayBitmapPixel -- writes a pixel value into a displayable bitmap. SYNOPSIS SL_WriteDisplayBitmapPixel(dbmh, x, y, ULONG); A0 D0 D1 D2 void SL_WriteDisplayBitmapPixel(DBMHANDLE, UWORD, UWORD, ULONG); FUNCTION INPUTS RESULTS SEE ALSO SL_CreateDisplayBitmap, SL_FreeDisplayBitmap, SL_ReadDisplayBitmapPixel, SL_ReadDisplayBitmapRow,...
SL_DrawDisplayBitmap
updated:2008-03-01 23:36:35
NAME SL_DrawDisplayBitmap -- displays the bitmap. SYNOPSIS SL_DrawDisplayBitmap(wh, dbmh, left, top); A0 A1 D0 D1 void SL_DrawDisplayBitmap(WINHANDLE, DBMHANDLE, WORD, WORD); FUNCTION INPUTS RESULTS SEE ALSO SL_CreateDisplayBitmap, SL_FreeDisplayBitmap, SL_ReadDisplayBitmapPixel, SL_WriteDisplayBitmapPixel, SL_ReadDisplayBitmapRow,...
SL_ParseArg
updated:2008-03-01 23:36:35
NAME SL_ParseArg -- parses argc,argv into an array via a template. SYNOPSIS success = SL_ParseArg(apphandle, argc, argv, array, template); D0 A0 D0 A1 A2 A3 SLFLAG SL_ParseArg(APPHANDLE, UWORD, SLCHAR **, SLTAGDATA *, SLCHAR *); FUNCTION This function parses an argc,argv combination via a templated into an array of SLTAGDATAs. The input argv array...
SL_OpenClipboard
updated:2008-03-01 23:36:35
NAME SL_OpenClipboard -- opens the clipboard for reading or writing. SYNOPSIS fh = SL_OpenClipboard(apphandle, mode); D0 A0 D0 SLFHANDLE SL_OpenClipboard(APPHANDLE, UWORD); FUNCTION INPUTS RESULTS SEE ALSO SL_BeginExamine, SL_CloseFile, SL_DeleteFile, SL_DoesFileExist, SL_EndExamine, SL_EndFileNotify, SL_ExamineFirstFile, SL_ExamineNextFile,...
Callback-Macro
updated:2008-03-01 23:36:35
The macro callback function is used to process macro commands. The format of the callback is: SL_CALLBACK SLFLAG macro_callback(UWORD, SLCHAR **); The callback is passed the macro's parameters in argc and argv format.
SL_DrawIconAsTemplate
updated:2008-03-01 23:36:35
NAME SL_DrawIconAsTemplate -- draws an "icon" as a though it were a template. SYNOPSIS SL_DrawIconAsTemplate(winhandle, id, x, y); A0 D0 D1 D2 void SL_DrawIconAsTemplate(WINHANDLE, UWORD, WORD, WORD); FUNCTION Draws the icon defined by the resource id (id) at the specified location (x,y) as though it were a template. That is it...
SL_EndTimerRequest
updated:2008-03-01 23:36:35
NAME SL_EndTimerRequest -- cancels a timer requested that has been started but not elapsed. SYNOPSIS SL_EndTimerRequest(timehandle); A0 void SL_EndTimerRequest(TIMEHANDLE); FUNCTION Do not call this routine on a timehandle that has elapsed. INPUTS timhandle - as returned by SL_StartNewTimerRequest. SEE ALSO SL_StartNewTimerRequest, SL_GetTime, SL_GetDate,...
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 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