The following functions are used to access the Mobile Devices (Pocket PCs) from a WINDEV application:
| |
ceConnect | Connects the current computer to a Mobile Device (Pocket PC). |
ceConnectionStatus | Used to find out the status of the connection between the current computer and a Mobile Device (Pocket PC). |
ceCopyFile | Copies one or more files:- from the current computer to the connected Mobile Device (Pocket PC).
- from the connected Mobile Device (Pocket PC) to the current computer.
- from the connected Mobile Device (Pocket PC) to another directory found on the Mobile Device (Pocket PC).
|
ceCreateShortcut | Creates a shortcut on the Mobile Device (Pocket PC) connected to the current computer. |
ceDeleteFile | Deletes a file from the Mobile Device (Pocket PC) connected to the current computer. |
ceDeleteShortcut | Deletes a shortcut that was created by ceCreateShortcut. |
ceDir | Finds a file or a directory on the Mobile Device (Pocket PC) connected to the current computer. |
ceDisconnect | Closes the connection between the current computer and the Mobile Device (Pocket PC). |
ceFileDate | Returns or modifies the different dates associated with a file (creation, modification or access). |
ceFileExist | Checks the existence of a file found on the Mobile Device (Pocket PC) connected to the current computer. |
ceFileSize | Returns the size (in bytes) of a file found on the Mobile Device (Pocket PC) connected to the current computer. |
ceFileTime | Returns or modifies the different times associated with a file (creation, modification or access). This file is found on the Mobile Device (Pocket PC). |
ceListFile | Lists the files found in a directory (and in its subdirectories) and returns the number of listed files. The directory used is found on the Mobile Device (Pocket PC) connected to the current computer. |
ceMachineName | Returns the name of the Mobile Device (Pocket PC). |
ceMakeDir | Creates a directory on the Mobile Device (Pocket PC) connected to the current computer. |
ceOEMInfo | Returns the OEM information of the Mobile Device (Pocket PC) connected to the current computer. |
cePlatform | Returns the name of the platform for the Mobile Device (Pocket PC) connected to the current computer. |
cePowerStatus | Used to get various information about the main or secondary battery of the Mobile Device (Pocket PC). |
ceProcessorType | Returns the type of processor on the Mobile Device (Pocket PC) connected to the current computer. |
ceRegistryCreateKey | Creates a key in the registry of the Mobile Device (Pocket PC) connected to the current computer. |
ceRegistryDeleteKey | Deletes a sub-key from the registry of the Mobile Device (Pocket PC) connected to the current computer. |
ceRegistryDeleteValue | Deletes a value from the registry of the Mobile Device (Pocket PC) connected to the current computer. |
ceRegistryExist | Checks the existence of a key in the registry of the Mobile Device (Pocket PC) connected to the current computer. |
ceRegistryFirstSubKey | Identifies the key found after the specified key in the registry of the Mobile Device (Pocket PC) connected to the current computer. |
ceRegistryListValue | Returns the name (and possibly the type) of the values for a registry key of the Mobile Device (Pocket PC) connected to the current computer. |
ceRegistryNextKey | Identifies the key found after the specified key in the registry of the Mobile Device (Pocket PC) connected to the current computer. |
ceRegistryQueryValue | Reads the value of a register in the registry of the Mobile Device (Pocket PC) connected to the current computer. |
ceRegistrySetValue | Writes a value into a register of the registry on the Mobile Device (Pocket PC) connected to the current computer. |
ceRegistrySubKey | Identifies the path of the Nth sub-key in the registry of the Mobile Device (Pocket PC) connected to the current computer. |
ceRemoveDir | Deletes a directory from the Mobile Device (Pocket PC) connected to the current computer. |
ceRunExe | Starts the execution of a program (an executable for example) from the current application. The program is run on the Mobile Device (Pocket PC). |
ceSysDir | Returns the path of a system directory on the Mobile Device (Pocket PC) connected to the current computer. |
ceWindowsVersion | Returns information about the Windows version used on the Mobile Device (Pocket PC) connected to the current computer. |
ceWinEnum | Used to enumerate the Windows windows currently opened on the Mobile Device (Pocket PC). |
ceWinTitle | Returns the title of the specified Windows window. |
ceXRes | Returns the horizontal resolution of the screen on the Mobile Device (Pocket PC) connected to the current computer. |
ceYRes | Returns the vertical resolution of the screen on the Mobile Device (Pocket PC) connected to the current computer. |