// dispmprt.h
DXGKDDI_OPM_SET_SRM_LIST DxgkddiOpmSetSrmList;
NTSTATUS DxgkddiOpmSetSrmList(
PVOID MiniportDeviceContext,
ULONG SrmListSize,
PVOID SrmListBuffer
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The DxgkDdiOPMSetSrmList function sets the output protection manager (OPM) system renewability message (SRM) list.
MiniportDeviceContextHandle to a context block associated with a display adapter. Previously, the display miniport driver's DxgkDdiAddDevice function provided this handle to the DirectX graphics kernel subsystem.
SrmListSizeThe size, in bytes, of the buffer that SrmListBuffer points to.
SrmListBufferPointer to a buffer containing the updated SRM list.
DxgkDdiOPMSetSrmList returns STATUS_SUCCESS if it succeeds. Otherwise, it returns one of the error codes that are defined in Ntstatus.h.