WPD Automation Reference
The WPD Automation Reference contains detailed information about the WPD Automation object model. The object model is designed for writing Web applications using JScript, to access the services and storages on a device.
The WPD Automation Reference contains documentation for the following objects and their associated methods, properties, and events.
Object | Description |
---|---|
childrenCollection | Object that provides access to a collection of WPDObjects. |
Creation Container | Properties and events for setting properties and data during the creation of a new Service or Storage object. |
Device | Method, properties, and events for accessing device services and storages, and device-specific properties, events, and services. |
Resource | Properties and events for working with resources on a WPDObject. |
Service | Methods, properties, and events for working with a device service. |
servicesCollection | An object that provides access to a collection of device Service objects. |
Storage | Methods, properties, and events for working with a legacy storage on a device. |
storagesCollection | An object that provides access to a collection of device Storage objects. |
WPDObject | Methods, properties, and events that are common to the Service and Storage objects. |
The WPD Automation Reference also contains documentation for the following C++ interface and associated method.
Interface | Description |
---|---|
IPortableDeviceDispatchFactory | Represents a factory that can instantiate a WPD Automation Device object. |
Related topics