IPortableDeviceResources interface
The IPortableDeviceResources interface provides access to an object's raw data. Use this interface to read or write resources in an object. To get this interface, call IPortableDeviceContent::Transfer.
Members
The IPortableDeviceResources interface inherits from the IUnknown interface. IPortableDeviceResources also has these types of members:
Methods
The IPortableDeviceResources interface has these methods.
| Method | Description |
|---|---|
| Cancel |
Cancels a pending operation on this interface. |
| Delete |
Deletes one or more resources from an object. |
| GetResourceAttributes |
Retrieves all attributes from a specified resource in an object. |
| GetStream |
Gets an IStream interface with which to read or write the content data in an object on a device. |
| GetSupportedResources |
Retrieves a list of resources supported by a specific object. |
Requirements
|
Header |
|
|---|---|
|
Library |
|
See also
Community Additions
ADD
Show: