CreateGuid | Returns a string representing a GUID in the standard GUID string representation (for example, FD014315-9D17-45AA-A069-CE5971B354B1). |
ExportLocales | Lists the locals installed in the operating system. |
FindWindow | Returns the window handle of the window or control based on the specified class name and/or window name. |
GetClassName | Gets the name of the class to which the specified window belongs. |
GetWindow | Retrieves a handle to a window that has the specified relationship (Z-Order or owner) to the specified window. |
GetWindowText | Retrieves the text of the specified window's title bar (if it has one). If the specified window is a control, the text of the control is retrieved. |
Logoff | Log off Windows or power off Windows Mobile. |
PostMessage | Posts the specified message to the specified window's message queue and returns immediately. |
Reboot | Soft or hard reset the system. |
SendMessage | Sends the specified message to the specified window and does not return until the window has processed the message. |
SetForegroundWindow | Makes ArcPad foreground application. |
SetWindowText | Changes the text of the specified window's title bar (if it has one). If the specified window is a control, the text of the control is changed. |
ShowWindow | Sets the specified window's show state. |
Sleep | Suspends the execution of ArcPad for a specified interval. |
Suspend | Power off the system. |
Properties | Returns various operating system properties. |