IPortableDeviceContent 接口 (portabledeviceapi.h)

IPortableDeviceContent 接口提供在设备上创建、枚举、检查和删除内容的方法。 若要获取此接口,请调用 IPortableDevice::Content

继承

IPortableDeviceContent 接口继承自 IUnknown 接口。 IPortableDeviceContent 还具有以下类型的成员:

方法

IPortableDeviceContent 接口包含以下方法。

 
IPortableDeviceContent::Cancel

Cancel 方法取消此接口上调用的挂起操作。
IPortableDeviceContent::Copy

Copy 方法将对象从设备上的一个位置复制到另一个位置。
IPortableDeviceContent::CreateObjectWithPropertiesAndData

CreateObjectWithPropertiesAndData 方法创建具有设备上的属性和数据的对象。
IPortableDeviceContent::CreateObjectWithPropertiesOnly

CreateObjectWithPropertiesOnly 方法创建设备上仅具有属性的对象。
IPortableDeviceContent::D elete

Delete 方法从设备中删除一个或多个对象。
IPortableDeviceContent::EnumObjects

EnumObjects 方法检索用于枚举对象的直接子对象的接口。 它有一个可选的筛选器,可以枚举具有特定属性的对象。
IPortableDeviceContent::GetObjectIDsFromPersistentUniqueIDs

GetObjectIDsFromPersistentUniqueIDs 方法检索一个或多个对象的当前对象 ID,因为其持久性唯一 ID (PUID) 。
IPortableDeviceContent::Move

Move 方法将一个或多个对象从设备上的一个位置移到另一个位置。
IPortableDeviceContent::P roperties

Properties 方法检索获取或设置设备上对象的属性所需的接口。
IPortableDeviceContent::Transfer

Transfer 方法检索一个接口,该接口用于读取或写入现有对象资源的内容数据。

要求

要求
目标平台 Windows
标头 portabledeviceapi.h

另请参阅

客户端接口