- This wiki is out of date, use the continuation of this wiki instead
LCD Init
From FenixWiki
[edit] Definition
INT LCD_Init( <STRING connectionname> )
Initializes LCD.DLL.
[edit] Parameters
STRING connectionname | - The name of the connection. This will be displayed when browsing LCD connections on the LCD. |
[edit] Returns
INT : LCD.DLL Errorcodes
LCD_ERROR_NONE | - 0 | - No error. |
LCD_ERROR_RPCSSERVERUNAVAILABLE | - -10 | - The RPC Server is unavailable. |
LCD_ERROR_RPCXWRONGPIPEVERSION | - -11 | - RPC X: wrong pipe version |
LCD_ERROR_OLDWINVERSION | - -12 | - Old Windows Version (must be 2000 or higher) |
LCD_ERROR_NOSYSTEMRESOURCES | - -13 | - No system resources available. |
LCD_ERROR_SERVICEINACTIVE | - -14 | - The service is inactive. |
LCD_ERROR_ALREADYINITIALIZED | - -16 | - LCD.DLL was already initialized. |
LCD_ERROR_INVALIDPARAMETER | - -22 | - Invalid parameter. |
LCD_ERROR_FILENOTFOUND | - -23 | - File not found. |
LCD_ERROR_ALREADYEXISTS | - -24 | - File or connection already exists. |
LCD.DLL Functions | |
• LCD_About() • LCD_Close() • LCD_Devices() • LCD_GetDepth() • LCD_GetHeight() • LCD_GetNumButtons() • LCD_GetWidth() • LCD_Init() • LCD_IntVersion() • LCD_Open() • LCD_Quit() • LCD_ReadButton() • LCD_ReadButtons() • LCD_SetBitmap() • LCD_Version() • |
Categories: Functions | Lcddll | Dll