Skip to content

Latest commit

 

History

History
86 lines (64 loc) · 2.57 KB

nf-iddcx-iddcxmonitorgetsrmlistversion.md

File metadata and controls

86 lines (64 loc) · 2.57 KB
UID title ms.date tech.root targetos description req.assembly req.construct-type req.ddi-compliance req.dll req.header req.idl req.include-header req.irql req.kmdf-ver req.lib req.max-support req.namespace req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.type-library req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs
NF:iddcx.IddCxMonitorGetSrmListVersion
IddCxMonitorGetSrmListVersion
10/02/2020
display
Windows
IddCxMonitorGetSrmListVersion retrieves the latest System Renewability Message (SRM) list version stored by the GPU.
function
iddcx.h
Windows 10
apiref
DllExport
iddcx.h
IddCxMonitorGetSrmListVersion
IddCxMonitorGetSrmListVersion
iddcx/IddCxMonitorGetSrmListVersion
c++

IddCxMonitorGetSrmListVersion function

-description

IddCxMonitorGetSrmListVersion retrieves the latest System Renewability Message (SRM) list version stored by the GPU.

-parameters

-param MonitorObject [in]

The IDDCX_MONITOR object that the SRM list is associated with.

-param pInArgs [in]

Pointer to an IDARG_IN_GETSRMLISTVERSION structure with input parameters.

-param pOutArgs [out]

Pointer to an IDARG_OUT_GETSRMLISTVERSION structure in which the OS returns output.

-returns

If the routine succeeds it returns STATUS_SUCCESS; otherwise it returns an appropriate error code such as one of the following:

Error code Meaning
STATUS_GRAPHICS_OPM_NOT_SUPPORTED The GPU driver does not support this functionality.
STATUS_NO_DATA_DETECTED The GPU does not have a current SRM list.
STATUS_BUFFER_TOO_SMALL The buffer that pOutArgs points to is too small.

-remarks

An indirect display driver (IDD) calls IddCxMonitorGetSrmListVersion to retrieve the latest SRM list version stored by the GPU. To set an SRM list, call IddCxMonitorSetSrmList.

SRMs are used to update the list of revoked High-Bandwidth Digital Content Protection (HDCP) devices, and are delivered with the video content.

-see-also

IDARG_IN_GETSRMLISTVERSION

IDARG_OUT_GETSRMLISTVERSION

IddCxMonitorSetSrmList