IDARG_IN_SETSRMLIST - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// iddcx.h

struct IDARG_IN_SETSRMLIST {
  [in] UINT  SrmListSizeInBytes;
  [in] PVOID pSrmList;
};
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-iddcx-idarg_in_setsrmlist)

IDARG_IN_SETSRMLIST structure

Description

IDARG_IN_SETSRMLIST is the input structure for IddCxMonitorSetSrmList.

Members

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.

Remarks

See also

IddCxMonitorSetSrmList