Section Attribute Properties
Previous | Next |
Section Attribute Properties
Windows Portable Devices supports the following section-data properties.
Property | VarType | Description |
WPD_SECTION_DATA_LENGTH | VT_UI8 | Specifies the length of the referenced object. |
WPD_SECTION_DATA_OFFSET | VT_UI8 | Specifies the zero-based offset of the data for the referenced object. |
WPD_SECTION_DATA_REFERENCED_OBJECT_RESOURCE | VT_UNKNOWN | An IPortableDeviceKeyCollection containing a single value that specifies the key for a given resource.
This resource is the object referenced by WPD_SECTION_DATA_OFFSET and WPD_SECTION_DATA_LENGTH. If this property doesn't exist, WPD_RESOURCE_DEFAULT is assumed. |
WPD_SECTION_DATA_UNITS | VT_UI4 | Specifies the units used for this offset (it may be bytes, milliseconds, and so on)
The possible values of this property are defined in the WPD_SECTION_DATA_UNITS_VALUES enumeration in the file PortableDevice.h. If no units are specified, bytes are assumed. |
Requirements
Header: Defined in PortableDevice.h
See Also
Previous | Next |