Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Allows the gamma LUT to be set on a path which is identified by the target id.
Syntax
DXGKDDI_SETTARGETGAMMA DxgkddiSettargetgamma;
NTSTATUS DxgkddiSettargetgamma(
IN_CONST_HANDLE hAdapter,
IN_CONST_PDXGKARG_SETTARGETGAMMA pSetTargetGammaArg
)
{...}
Parameters
hAdapter
A handle that identifies the adapter.
pSetTargetGammaArg
A pointer to a DXGKARG_SETTARGETGAMMA structure that provides the target id to be modified and provides the gamma ramp to be set.
Return value
If this routine succeeds, it returns STATUS_SUCCESS.
Remarks
This function is always called at PASSIVE level so the supporting code should be made pageable.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | d3dkmddi.h |