Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents the metadata for content tracking.
Syntax
typedef struct _IPC_LICENSE_METADATA {
DWORD cbSize;
DWORD dwNotificationType;
DWORD dwNotificationPreference;
FILETIME ftDateModified;
FILETIME ftDateCreated;
LPCWSTR wszContentName;
} IPC_LICENSE_METADATA, *PIPC_LICENSE_METADATA;typedef const IPC_LICENSE_METADATA *PCIPC_LICENSE_METADATA;
Members
-
cbSize
-
This is the size of this structure and needs to be initialized to
sizeof(IPC_LICENSE_METADATA). -
dwNotificationType
-
Type of notification from one of the following. For more information, see Notification type.
-
dwNotificationPreference
-
Type of notification preference from Notification preference.
-
ftDateModified
-
Modification date of the unprotected content..
-
ftDateCreated
-
Creation date of the unprotected content.
-
wszContentName
-
Name by which the content should be identified.
Requirements
| Minimum supported client |
Windows Vista with SP2 |
| Minimum supported server |
Windows Server 2008 |
| Header |
|