Partager via


PFND3D12DDI_ALLOCATE_CB_0022 fonction de rappel (d3d12umddi.h)

La fonction de rappel pfnAllocateCb contrôle l’allocation du tas à l’aide d’une valeur D3D12DDICB_ALLOCATE_0022.

Syntaxe

PFND3D12DDI_ALLOCATE_CB_0022 Pfnd3d12ddiAllocateCb0022;

HRESULT Pfnd3d12ddiAllocateCb0022(
  D3D12DDI_HRTDEVICE unnamedParam1,
  D3D12DDICB_ALLOCATE_0022 *unnamedParam2
)
{...}

Paramètres

unnamedParam1

Handle pour un appareil.

unnamedParam2

Structure D3D12DDICB_ALLOCATE_0022 qui contient des informations pour une allocation.

Valeur retournée

Si cette fonction de rappel réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.

Remarques

Accédez à cette fonction de rappel à l’aide de la structure D3D12DDI_CORELAYER_DEVICECALLBACKS_0022 .

Le pilote doit case activée la valeur de retour de la fonction .

Configuration requise

Condition requise Valeur
Plateforme cible Windows
En-tête d3d12umddi.h (inclure D3d12umddi.h)

Voir aussi

D3D12DDICB_ALLOCATE_0022

D3D12DDI_CORELAYER_DEVICECALLBACKS_0022

pfnDeallocateCb