WindowsMediaLibrarySharingDeviceAuthorizationStatus enumeration
The WindowsMediaLibrarySharingDeviceAuthorizationStatus enumeration defines constants that indicate whether a media device is authorized to have access to a media library.
Syntax
typedef enum WindowsMediaLibrarySharingDeviceAuthorizationStatus { DEVICE_AUTHORIZATION_UNKNOWN = 0, DEVICE_AUTHORIZATION_ALLOWED = 1, DEVICE_AUTHORIZATION_DENIED = 2 } WindowsMediaLibrarySharingDeviceAuthorizationStatus;
Constants
- DEVICE_AUTHORIZATION_UNKNOWN
-
It is not known whether the device is authorized to have access to the media library.
- DEVICE_AUTHORIZATION_ALLOWED
-
The device is authorized to have access to the media library.
- DEVICE_AUTHORIZATION_DENIED
-
The device is not authorized to have access to the media library.
Requirements
|
Minimum supported client | Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
See also
Community Additions
ADD
Show: