// portabledevice.h
typedef enum tagWPD_SERVICE_INHERITANCE_TYPES {
WPD_SERVICE_INHERITANCE_IMPLEMENTATION
} WPD_SERVICE_INHERITANCE_TYPES;
View the official Windows Driver Kit DDI referenceNo description available.
The WPD_SERVICE_INHERITANCE_TYPES enumeration type specifies the inheritance relationship for a service.
WPD_SERVICE_INHERITANCE_IMPLEMENTATIONThe service inherits by implementing an abstract service definition.