Names for WPD GUIDs

The following table lists the names that WPD Automation assigns to WPD GUIDs. The definitions of these GUIDs can be found in the WPD Application Programming Interface Programming Reference. WPD GUIDs are accessed by their WPD Automation names. For example, the WPD Automation Name "Mp3" can be used as a parameter in the Storage.GetChildrenByFormat method, like this:

storageObject.GetChildrenByFormat("Mp3");

This will return all immediate Mp3 child objects where the WPD_OBJECT_FORMAT is the WPD_OBJECT_FORMAT_MP3 for each child object.

WPD GUID WPD Automation Name
WPD_EVENT_OBJECT_ADDED ObjectAdded
WPD_EVENT_OBJECT_REMOVED ObjectRemoved
WPD_EVENT_OBJECT_UPDATED ObjectUpdated
WPD_EVENT_DEVICE_RESET DeviceReset
WPD_EVENT_DEVICE_CAPABILITIES_UPDATED DeviceCapabilitiesUpdated
WPD_EVENT_STORAGE_FORMAT StorageFormat
WPD_EVENT_OBJECT_TRANSFER_REQUESTED ObjectTransferRequested
WPD_EVENT_DEVICE_REMOVED DeviceRemoved
WPD_CONTENT_TYPE_FUNCTIONAL_OBJECT FunctionalObject
WPD_CONTENT_TYPE_FOLDER Folder
WPD_CONTENT_TYPE_IMAGE Image
WPD_CONTENT_TYPE_DOCUMENT Document
WPD_CONTENT_TYPE_CONTACT Contact
WPD_CONTENT_TYPE_CONTACT_GROUP ContactGroup
WPD_CONTENT_TYPE_AUDIO Audio
WPD_CONTENT_TYPE_VIDEO Video
WPD_CONTENT_TYPE_TELEVISION Television
WPD_CONTENT_TYPE_PLAYLIST Playlist
WPD_CONTENT_TYPE_MIXED_CONTENT_ALBUM MixedContentAlbum
WPD_CONTENT_TYPE_AUDIO_ALBUM AudioAlbum
WPD_CONTENT_TYPE_IMAGE_ALBUM ImageAlbum
WPD_CONTENT_TYPE_VIDEO_ALBUM VideoAlbum
WPD_CONTENT_TYPE_MEMO Memo
WPD_CONTENT_TYPE_EMAIL Email
WPD_CONTENT_TYPE_APPOINTMENT Appointment
WPD_CONTENT_TYPE_TASK Task
WPD_CONTENT_TYPE_PROGRAM Program
WPD_CONTENT_TYPE_GENERIC_FILE GenericFile
WPD_CONTENT_TYPE_CALENDAR Calendar
WPD_CONTENT_TYPE_GENERIC_MESSAGE GenericMessage
WPD_CONTENT_TYPE_NETWORK_ASSOCIATION NetworkAssociation
WPD_CONTENT_TYPE_CERTIFICATE Certificate
WPD_CONTENT_TYPE_WIRELESS_PROFILE WirelessProfile
WPD_CONTENT_TYPE_MEDIA_CAST MediaCast
WPD_CONTENT_TYPE_SECTION Section
WPD_CONTENT_TYPE_UNSPECIFIED UnspecifiedContentType
WPD_FUNCTIONAL_CATEGORY_DEVICE Device
WPD_FUNCTIONAL_CATEGORY_STORAGE Storage
WPD_FUNCTIONAL_CATEGORY_STILL_IMAGE_CAPTURE StillImageCapture
WPD_FUNCTIONAL_CATEGORY_AUDIO_CAPTURE AudioCapture
WPD_FUNCTIONAL_CATEGORY_VIDEO_CAPTURE VideoCapture
WPD_FUNCTIONAL_CATEGORY_SMS Sms
WPD_FUNCTIONAL_CATEGORY_RENDERING_INFORMATION RenderingInformation
WPD_FUNCTIONAL_CATEGORY_NETWORK_CONFIGURATION NetworkConfiguration
WPD_OBJECT_FORMAT_PROPERTIES_ONLY PropertiesOnly
WPD_OBJECT_FORMAT_UNSPECIFIED UnspecifiedFormat
WPD_OBJECT_FORMAT_SCRIPT Script
WPD_OBJECT_FORMAT_EXECUTABLE Executable
WPD_OBJECT_FORMAT_TEXT Text
WPD_OBJECT_FORMAT_HTML Html
WPD_OBJECT_FORMAT_DPOF Dpof
WPD_OBJECT_FORMAT_AIFF Aiff
WPD_OBJECT_FORMAT_WAVE Wave
WPD_OBJECT_FORMAT_MP3 Mp3
WPD_OBJECT_FORMAT_AVI Avi
WPD_OBJECT_FORMAT_MPEG Mpeg
WPD_OBJECT_FORMAT_ASF Asf
WPD_OBJECT_FORMAT_EXIF Exif
WPD_OBJECT_FORMAT_TIFFEP Tiffep
WPD_OBJECT_FORMAT_FLASHPIX Flashpix
WPD_OBJECT_FORMAT_BMP Bmp
WPD_OBJECT_FORMAT_CIFF Ciff
WPD_OBJECT_FORMAT_GIF Gif
WPD_OBJECT_FORMAT_JFI Jfi
WPD_OBJECT_FORMAT_PCD Pcd
WPD_OBJECT_FORMAT_PICT Pict
WPD_OBJECT_FORMAT_PNG Png
WPD_OBJECT_FORMAT_TIFF Tiff
WPD_OBJECT_FORMAT_TIFFIT Tiffit
WPD_OBJECT_FORMAT_JP2 Jp2
WPD_OBJECT_FORMAT_JPX Jpx
WPD_OBJECT_FORMAT_WINDOWSIMAGEFORMAT WindowsImageFormat
WPD_OBJECT_FORMAT_WMA Wma
WPD_OBJECT_FORMAT_WMV Wmv
WPD_OBJECT_FORMAT_WPLPLAYLIST WplPlaylist
WPD_OBJECT_FORMAT_M3UPLAYLIST M3uPlaylist
WPD_OBJECT_FORMAT_MPLPLAYLIST MplPlaylist
WPD_OBJECT_FORMAT_ASXPLAYLIST AsxPlaylist
WPD_OBJECT_FORMAT_PLSPLAYLIST PlsPlaylist
WPD_OBJECT_FORMAT_ABSTRACT_CONTACT_GROUP AbstractContactGroup
WPD_OBJECT_FORMAT_ABSTRACT_MEDIA_CAST AbstractMediaCast
WPD_OBJECT_FORMAT_VCALENDAR1 Vcalendar1
WPD_OBJECT_FORMAT_ICALENDAR Icalendar
WPD_OBJECT_FORMAT_ABSTRACT_CONTACT AbstractContact
WPD_OBJECT_FORMAT_VCARD2 Vcard
WPD_OBJECT_FORMAT_VCARD3 Vcard3

 

Storage Object

WPD Automation Reference