// iddcx.h
struct IDARG_IN_SETSRMLIST {
[in] UINT SrmListSizeInBytes;
[in] PVOID pSrmList;
};
View the official Windows Driver Kit DDI referenceNo description available.
IDARG_IN_SETSRMLIST is the input structure for IddCxMonitorSetSrmList.
SrmListSizeInBytes [in]The size, in bytes, of the buffer pointed to by pSrmList.
pSrmList [in]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.