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 |