WPD_SERVICE_INHERITANCE_TYPES enumeration

The WPD_SERVICE_INHERITANCE_TYPES enumeration type specifies the inheritance relationship for a service.

Syntax

typedef enum tagWPD_SERVICE_INHERITANCE_TYPES { 
  WPD_SERVICE_INHERITANCE_IMPLEMENTATION  = 0
} WPD_SERVICE_INHERITANCE_TYPES;

Constants

WPD_SERVICE_INHERITANCE_IMPLEMENTATION

The service inherits by implementing an abstract service definition.

Requirements

Requirement Value
Header
PortableDevice.h

See also

IPortableDeviceServiceCapabilities::GetInheritedServices