private.GDI_TERM | 1 |
Indicates GDI for the terminal. |
private.GDI_MONITOR | 2 |
Indicates GDI for a monitor. |
private.GDI_PRINTER | 4 |
Indicates GDI for a printer. |
private.ID_DESKTOP | 65536 | Desktop window. |
private.ID_FRAME | 65537 | Application frame window. |
private.ID_TASKBAR | 65538 | Task bar frame window. |
private.ID_MENULIST | 65539 | Home page menu list window. |
private.ID_APPLIST | 65540 | Running applications list window. |
private.ID_MENUFRAME | 65541 | Home page frame window. |
private.ID_APPFRAME | 65542 | Running applications frame window. |
private.ID_KEYBOARD | 65543 | On screen keyboard frame window. |
private.ID_DIALOG | 65544 | Popup frame window. |
private.ID_MSGBOX_MSG | 65545 | Message box frame window. |
private.ID_LOCKSCRN | 65546 | Lock screen frame window. |
private.ID_LOCKPW | 65547 | Lock screen password window. |
private.ID_LOCKOK | 65548 | Lock screen OK button window. |
private.ID_HOMELOCK | 65549 | Home page lock button window. |
private.ID_SYSMSGBOX | 65550 | System message box frame window. |
private.FRAME_CLASS_WINDOW | 70000 | Normal window class. |
private.FRAME_CLASS_SYSTEM | 70001 | System application frame class. |
private.FRAME_CLASS_APPLICATION | 70002 | Application frame class. |
private.FRAME_CLASS_DIALOG | 70003 | Popup frame class. |
none |
password | string |
The password. If not set an empty string is
returned. |
frame | applicationFrame | The application frame to run. |
none |
mask | string/nil | A single mask character to display instead of the user input. If nil the input is displayed. |
input | string | The user input entered. |