Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |