DXGKDDI_VALIDATEUPDATEALLOCATIONPROPERTY - NtDoc

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

DXGKDDI_VALIDATEUPDATEALLOCATIONPROPERTY DxgkddiValidateupdateallocationproperty;

NTSTATUS DxgkddiValidateupdateallocationproperty(
  IN_CONST_HANDLE hAdapter,
  IN_CONST_PDXGKARG_VALIDATEUPDATEALLOCPROPERTY pValidateUpdateAllocProperty
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3dkmddi-dxgkddi_validateupdateallocationproperty)

Description

The DXGKDDI_VALIDATEUPDATEALLOCATIONPROPERTY function validates the update of an allocation property.

Parameters

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.

Return value

DXGKDDI_VALIDATEUPDATEALLOCATIONPROPERTY returns STATUS_SUCCESS if the allocation property can be updated; otherwise, it returns an appropriate error code.

See also

DXGKARG_VALIDATEUPDATEALLOCATIONPROPERTY