IPortableDeviceCapabilities インターフェイス (portabledeviceapi.h)

IPortableDeviceCapabilities インターフェイスには、サポートされている形式、コマンド、機能オブジェクトなど、さまざまなデバイス機能があります。 IPortableDevice::Capabilities を呼び出すことで、デバイスからこのインターフェイスを取得できます。

継承

IPortableDeviceCapabilities インターフェイスは、IUnknown インターフェイスから継承されます。 IPortableDeviceCapabilities には、次の種類のメンバーもあります。

メソッド

IPortableDeviceCapabilities インターフェイスには、これらのメソッドがあります。

 
IPortableDeviceCapabilities::Cancel

Cancel メソッドは、このインターフェイスで保留中の要求を取り消します。
IPortableDeviceCapabilities::GetCommandOptions

GetCommandOptions メソッドは、デバイスで指定されたコマンドでサポートされているすべてのオプションを取得します。
IPortableDeviceCapabilities::GetEventOptions

GetEventOptions メソッドは、デバイス上の指定されたイベントでサポートされているすべてのオプションを取得します。
IPortableDeviceCapabilities::GetFixedPropertyAttributes

GetFixedPropertyAttributes メソッドは、指定したプロパティと形式の標準プロパティ属性を取得します。
IPortableDeviceCapabilities::GetFunctionalCategories

GetFunctionalCategories メソッドは、デバイスでサポートされているすべての機能カテゴリを取得します。
IPortableDeviceCapabilities::GetFunctionalObjects

GetFunctionalObjects メソッドは、デバイス上の指定したカテゴリに一致するすべての機能オブジェクトを取得します。
IPortableDeviceCapabilities::GetSupportedCommands

GetSupportedCommands メソッドは、このデバイスでサポートされているすべてのコマンドの一覧を取得します。
IPortableDeviceCapabilities::GetSupportedContentTypes

GetSupportedContentTypes メソッドは、デバイス上の指定された機能オブジェクト タイプに対してサポートされているすべてのコンテンツ タイプを取得します。
IPortableDeviceCapabilities::GetSupportedEvents

GetSupportedEvents メソッドは、このデバイスでサポートされているイベントを取得します。
IPortableDeviceCapabilities::GetSupportedFormatProperties

GetSupportedFormatProperties メソッドは、デバイス上の指定した形式のオブジェクトでサポートされているプロパティを取得します。
IPortableDeviceCapabilities::GetSupportedFormats

GetSupportedFormats メソッドは、デバイス上の指定したオブジェクトの種類でサポートされている形式を取得します。 たとえば、オーディオ オブジェクトを指定すると、WPD_OBJECT_FORMAT_WMA、WPD_OBJECT_FORMAT_WAV、WPD_OBJECT_FORMAT_MP3が返される場合があります。

要件

要件
対象プラットフォーム Windows
ヘッダー portabledeviceapi.h

こちらもご覧ください

クライアント インターフェイス