The following constants are used by the functions for accessing Mobile Devices (Pocket PC):
| | |
Constant | Description | Used by the functions |
---|
cdbAppointment | Use the standard "Calendar" database. | cdbAdd, cdbCancelSearch, cdbOut, cdbRead, cdbReadLast, cdbReadPrevious, cdbReadFirst, cdbReadNext, cdbModify, cdbNbCol, cdbNbRec, cdbRecNum, cdbReset, cdbDelete |
cdbContact | Use the standard "Contact" database. | cdbAdd, cdbCancelSearch, cdbOut, cdbRead, cdbReadLast, cdbReadPrevious, cdbReadFirst, cdbReadNext, cdbModify, cdbNbCol, cdbNbRec, cdbRecNum, cdbReset, cdbDelete |
cdbFromIdentifier | Allows you to specify that <Column> corresponds to the column identifier. | cdbCol, cdbWriteCol, cdbReadSeek |
cdbIdentifier | Returns the custom identifier of column. | cdbCol |
cdbName | Returns the column name. | cdbCol |
cdbStartsWith | "Starts with" search (generic search). | cdbReadSeek |
cdbTask | Use the standard "Tasks" database. | cdbAdd, cdbCancelSearch, cdbOut, cdbRead, cdbReadLast, cdbReadPrevious, cdbReadFirst, cdbReadNext, cdbModify, cdbNbCol, cdbNbRec, cdbRecNum, cdbReset, cdbDelete |
cdbType | Returns the column type. | cdbCol |
cdbValue | Returns the column value. | cdbCol |
ceACLineStatus | Indicates whether the Mobile Device is plugged in. | cePowerStatus |
ceChangeDir | Change of file: First file listed in a sub-directory. | ceListFile |
ceChargeLevel | Charge level of the battery found on the Mobile Device. | cePowerStatus |
ceChargePercentage | Percentage of charge for the battery found on the Mobile Device. | cePowerStatus |
ceCharging | Indicates whether the battery of Mobile Device is being charged. | cePowerStatus |
ceChild | Searches for the child window of the window found. | ceWinEnum |
ceCompileVersion | Windows compilation number. | ceWindowsVersion |
ceDirectory | Find a directory. | ceDir |
ceFile | Characteristics of listed file Find a file. | ceListFile ceDir |
ceFirstFile | The listed file corresponds to the first directory file. | ceListFile |
ceNext | Searches for the window following the window found. | ceWinEnum |
ceOverwrite | Forces the existing file to be overwritten by the copied files. | ceCopyFile |
cePCToPocket | Copy from the current computer to the connected Mobile Device. | ceCopyFile |
cePocketToPC | Copy from the connected Mobile Device to the current computer. | ceCopyFile |
cePocketToPocket | Copy from the connected Mobile Device to another directory found on the Mobile Device. | ceCopyFile |
ceProcessorAlpha | Alpha processor. | ceProcessorType |
ceProcessorAlpha64 | Alpha 64 processor. | ceProcessorType |
ceProcessorARM | ARM processor. | ceProcessorType |
ceProcessorARMv4T | ARMv4T processor. | ceProcessorType |
ceProcessorIA64 | IA64 processor. | ceProcessorType |
ceProcessorIntel | Intel processor. | ceProcessorType |
ceProcessorMIPS | MIPS processor. | ceProcessorType |
ceProcessorPPC | PPC processor. | ceProcessorType |
ceProcessorSHX | SHX processor. | ceProcessorType |
ceRecursive | Copies or deletes files recursively. | ceCopyFile, ceRemoveDir |
ceRemainingLife | Remaining lifetime (in seconds) of battery. | cePowerStatus |
ceStatusConnected | Connection status: active connection. | ceConnectionStatus |
ceStatusDisconnected | Connection status: inactive connection. | ceConnectionStatus |
ceStatusInvalidConnection | Connection status: invalid connection. | ceConnectionStatus |
ceTotalLife | Total lifetime (in seconds) of battery. | cePowerStatus |
ceVersionNumber | Windows version number. | ceWindowsVersion |