License metadata property types

Property types for license metadata.

IPC_MD_CONTENT_PATH

0x00000000

Full path of the content which is being protected using the given license.

For IpcSetLicenseMetadataProperty, the pvMetadata is of type LPCWSTR.

IPC_MD_CONTENT_NAME

0x00000001

Name of the content being protected using the given license.

For IpcSetLicenseMetadataProperty, the pvProperty is of type LPCWSTR.

IPC_MD_NOTIFICATION_TYPE

0x00000002

Desired Notification type for the content protected using this license.

For IpcSetLicenseMetadataProperty, the pvMetadata is of type LPDWORD.

IPC_MD_NOTIFICATION_PREFERENCE

0x00000003

Desired Notification preference for the content protected using this license.

For IpcSetLicenseMetadataProperty, the pvProperty is of type LPDWORD.

IPC_MD_DATE_MODIFIED

0x00000004

Modification date of the content protected with the the given license.

For IpcSetLicenseMetadataProperty, the pvMetadata is of type pointer to FILETIME*.

IPC_MD_DATE_CREATED

0x00000005

Date created of the content which is being protected using the given license.

For IpcSetLicenseMetadataProperty, the pvMetadata is of type pointer to FILETIME* .

Requirements

Minimum supported client
Windows Vista with SP2
Minimum supported server
Windows Server 2008
Header
Ipcprot.h (include Msipc.h)