- This wiki is out of date, use the continuation of this wiki instead
LCD Init
From FenixWiki
(Difference between revisions)
Revision as of 14:23, 26 December 2007 (edit) Sandman (Talk | contribs) (New page: Category:functions Category:lcddll Category:dll '''Up to LCD.DLL Functions''' ---- ==Definition== '''INT''' LCD_Init( <'''STRING''' connectioname...) ← Previous diff |
Revision as of 14:37, 26 December 2007 (edit) (undo) Sandman (Talk | contribs) Next diff → |
||
Line 19: | Line 19: | ||
== Returns == | == Returns == | ||
'''INT''' : [[LCD_ERRORCODES|LCD.DLL Errorcodes]] | '''INT''' : [[LCD_ERRORCODES|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. | ||
+ | |} | ||
{{Lcdfuncbox}} | {{Lcdfuncbox}} |
Revision as of 14:37, 26 December 2007
Definition
INT LCD_Init( <STRING connectioname> )
Initializes LCD.DLL.
Parameters
STRING connectionname | - The name of the connection. This will be displayed when browsing LCD connections on the LCD. |
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