// d3dkmddi.h
DXGKDDI_VALIDATEUPDATEALLOCATIONPROPERTY DxgkddiValidateupdateallocationproperty;
NTSTATUS DxgkddiValidateupdateallocationproperty(
IN_CONST_HANDLE hAdapter,
IN_CONST_PDXGKARG_VALIDATEUPDATEALLOCPROPERTY pValidateUpdateAllocProperty
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The DXGKDDI_VALIDATEUPDATEALLOCATIONPROPERTY function validates the update of an allocation property.
hAdapter[in] Handle to the display adapter that is associated with the allocation.
pValidateUpdateAllocProperty[in] A pointer to a DXGKARG_VALIDATEUPDATEALLOCATIONPROPERTY structure that describes the allocation property to be validated for update.
DXGKDDI_VALIDATEUPDATEALLOCATIONPROPERTY returns STATUS_SUCCESS if the allocation property can be updated; otherwise, it returns an appropriate error code.
DXGKARG_VALIDATEUPDATEALLOCATIONPROPERTY