// 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 referenceNo description available.
The WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPES enumeration type indicates whether the rendering information profile entry corresponds to an Object or a Resource.
WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPE_OBJECTThe entry corresponds to an object.
WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPE_RESOURCEThe entry corresponds to a resource.
Structures and Enumeration Types