Module wincerapi
A module which provides an interface to the win32 CE Remote API
Methods
- CeRapiInit
 
- Initializes the remote API.
- CeRapiUninit
 
- UnInitializes the remote API.
- CreateProcess
 
- Creates a new process and its primary thread. The new process executes the specified executable file.
- CeRapiInitEx
 
- Initializes the remote API asynchronously.
- CeCopyFile
 
- Copies a file
- CeCheckPassword
 
- This function compares a specified string to the system password.
- CeCreateFile
 
- Creates or opens the a file or other object and returns a handle that can be used to access the object.
- CeDeleteFile
 
- Deletes a file.
- CeMoveFile
 
- Renames an existing file or a directory (including all its children).
- CeCreateDirectory
 
- Creates a directory
- CeRemoveDirectory
 
- Removes an existing directory
- CeGetTempPath
 
- Obtains the temp path on the device.
- CeGetSystemInfo
 
- Retrieves information about the CE device.
- CeGetDesktopDeviceCaps
 
- Retrieves information about the CE desktop.
- CeGetSystemMetrics
 
- Retrieves information about the CE system.
- CeGetSpecialFolderPath
 
- Retrieves the location of special folders on the CE device.
- CeGetStoreInformation
 
- Retrieves information about store on the CE system.
- CeGetSystemPowerStatusEx
 
- Retrieves the power status of the CE device.
- CeSHCreateShortcut
 
- Creates a shortcut on the remote device.
- CeSHGetShortcutTarget
 
- Retrieves the target of a shortcut.
- CeGetVersionEx
 
- Returns the current version of Windows, and information about the environment for the CE device.
- CeGlobalMemoryStatus
 
- Returns information about current memory availability.
- FindFiles
 
- Retrieves a list of matching filenames on the CE device. An interface to the API CeFindFirstFile/CeFindNextFile functions.
- CeGetFileAttributes
 
- Determines a files attributes.
- CeSetFileAttributes
 
- Changes a file's attributes.
- CeGetFileSize
 
- Determines the size of a file.
- CeReadFile
 
- Reads a file from the CE device.
- WriteFile
 
- Writes a string to a file