WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPES enumeration

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

Syntax

typedef enum SMS_MESSAGE_TYPES { 
  WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPE_OBJECT    = 0,
  WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPE_RESOURCE  = 1
} ;

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.

Requirements

Requirement Value
Header
PortableDevice.h

See also

Structures and Enumeration Types