WPD_SERVICE_INHERITANCE_TYPES - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// portabledevice.h

typedef enum tagWPD_SERVICE_INHERITANCE_TYPES {
  WPD_SERVICE_INHERITANCE_IMPLEMENTATION
} WPD_SERVICE_INHERITANCE_TYPES;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-portabledevice-tagwpd_service_inheritance_types)

tagWPD_SERVICE_INHERITANCE_TYPES enumeration

Description

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

Constants

WPD_SERVICE_INHERITANCE_IMPLEMENTATION

The service inherits by implementing an abstract service definition.