The COM Sync Suite is part of the Palm OS® Conduit Development Kit for Windows from PalmSource, Inc. This suite allows you to directly access information on Palm Powered™ handhelds from a desktop computer using any COM-enabled programming environment and language such as Visual Basic (VB), Visual C/C++, Borland C++ Builder, Borland Delphi, and Java.
NOTE: While the COM Sync Suite can be used in any programming language that supports COM, this document is written with Visual Basic developers in mind.
The following chapters describe the COM Sync interface, objects, methods, properties, constants, and error codes, each in alphabetical order. The sections of this chapter show the following sample descriptions:
For more information about the COM Sync Suite, see the COM Sync Suite Companion.
Sample Object Description
Purpose
What the object represents in the COM Sync object model. In online versions of this document, use the object description as your primary way of navigating this document for information about this object. All the methods and properties are hyperlinked to their complete descriptions in those chapters.
Methods
A list and brief descriptions of all the methods available in this object. If no methods are defined, this section reads "None."
Properties
A list and brief descriptions of all the properties defined in this object, including whether the property is read-only (R), or read/write (R/W). If no properties are defined, this section reads "None."
Comments
Details on using this object, its capabilities and limitations.
Example
An example of how to create and use this object in Visual Basic.
See Also
References to related objects, methods, and properties.
Sample Method Description
Purpose
Applies to
Objects that this method is available in.
Prototype
A Visual Basic prototype of this method as seen in the Object Browser.
Parameters
Description of each parameter shown in the prototype.
-
← ParamOut - Description of a parameter that is passed back by this method
-
→ ParamIn - Description of a parameter that the caller passes into this method.
Returns
Description of what this method returns. If does not return anything, this section reads "None."
Errors
Descriptions of error codes that this method can cause.
Comments
Details on using this method, its capabilities and limitations.
Example
An example using this method in Visual Basic.
See Also
References to related methods or properties.
Sample Property Description
Purpose
What type of value this property holds.
Applies to
Objects that this property is available in.
Accessibility
Indicates whether this property is read-only or read/write.
Prototype
A Visual Basic prototype of this property as seen in the Object Browser.
Parameters
Description of each parameter shown in the prototype.
-
← ParamOut - Description of a parameter that is passed back when this property is read.
-
→ ParamIn - Description of a parameter that is passed in when this property is written.
Comments
Details on using this property, if any.
Example
An example using this property in Visual Basic.
See Also
References to related methods or properties.
