Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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_FALSEValue: 0 The media file is not rated as explicit. |
WPC_MEDIA_EXPLICIT_TRUEThe media file is rated as explicit. |
WPC_MEDIA_EXPLICIT_UNKNOWNThe 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 |