IDARG_IN_SETSRMLIST structure (iddcx.h)
IDARG_IN_SETSRMLIST is the input structure for IddCxMonitorSetSrmList.
Syntax
struct IDARG_IN_SETSRMLIST {
[in] UINT SrmListSizeInBytes;
[in] PVOID pSrmList;
};
Members
[in] SrmListSizeInBytes
The size, in bytes, of the buffer pointed to by pSrmList.
[in] pSrmList
Pointer to a buffer that holds the SRM list to pass to the appropriate WDDM driver. This buffer should contain the SRM in the format required by the Digital Content Protection LLC for HDCP.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 |
Header | iddcx.h |