MFNETSOURCE_DRMNET_LICENSE_REPRESENTATION property
Stores an array of bytes that represents the DRM license associated with the byte stream.
Data type
PROPVARIANT type (vt)
PROPVARIANT member
Byte array (BLOB)
VT_BLOB
blob
Remarks
The constant MFNETSOURCE_DRMNET_LICENSE_REPRESENTATION defines the GUID for this property key. The property identifier (PID) is zero.
This property is read-only. To get the property value from the network byte stream, call IPropertyStore::GetValue and pass the PROPERTYKEY structure in the key parameter. The fmtid member of PROPERTYKEY must be set to the property GUID.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |
Header |
|
See also