WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPES - NtDoc

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

typedef enum tagWPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPES {
  WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPE_OBJECT,
  WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPE_RESOURCE
} WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPES;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

tagWPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPES enumeration

Description

The WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPES enumeration type indicates whether the rendering information profile entry corresponds to an Object or a Resource.

Constants

WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPE_OBJECT

The entry corresponds to an object.

WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPE_RESOURCE

The entry corresponds to a resource.

See also

Structures and Enumeration Types