OPM_SET_HDCP_SRM_PARAMETERS-Struktur (opmapi.h)
Enthält Parameter für den befehl OPM_SET_HDCP_SRM . Mit diesem Befehl wird die Systemerneuerungsmeldung (SRM) für High-Bandwidth Digital Content Protection (HDCP) aktualisiert.
Syntax
typedef struct _OPM_SET_HDCP_SRM_PARAMETERS {
ULONG ulSRMVersion;
} OPM_SET_HDCP_SRM_PARAMETERS;
Member
ulSRMVersion
Enthält die SRM-Versionsnummer im Little-Endian-Format. Diese Nummer ist im Feld SRM-Version des SRM enthalten. Weitere Informationen finden Sie in der HDCP-Spezifikation.
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows Vista [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2008 [nur Desktop-Apps] |
Kopfzeile | opmapi.h |