WPC_MEDIA_EXPLICIT enumeration (wpcevent.h)

Indicates information about the explicit rating of the media file.

Syntax

typedef enum tagWPC_MEDIA_EXPLICIT_TYPE {
  WPC_MEDIA_EXPLICIT_FALSE = 0,
  WPC_MEDIA_EXPLICIT_TRUE,
  WPC_MEDIA_EXPLICIT_UNKNOWN
} WPC_MEDIA_EXPLICIT;

Constants

 
WPC_MEDIA_EXPLICIT_FALSE
Value: 0
The media file is not rated as explicit.
WPC_MEDIA_EXPLICIT_TRUE
The media file is rated as explicit.
WPC_MEDIA_EXPLICIT_UNKNOWN
The media file has an unknown explicit rating.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server None supported
Header wpcevent.h