Compartir a través de


estructura DXGK_ALLOCATIONINFOFLAGS2 (d3dkmddi.h)

La estructura DXGK_ALLOCATIONINFOFLAGS2 contiene propiedades adicionales para una asignación.

Sintaxis

typedef struct _DXGK_ALLOCATIONINFOFLAGS2 {
  union {
    struct {
      UINT ShareBackingStoreWithKmd : 1;
      UINT NoImplicitSynchronization : 1;
      UINT DisablePartialResidency : 1;
      UINT RestrictedToSingleSegment : 1;
      UINT NotifyEviction : 1;
      UINT NotifyIoMmuUnmap : 1;
#if ...
      UINT Reserved : 26;
#else
      UINT Reserved : 31;
#endif
    };
    UINT Value;
  };
} DXGK_ALLOCATIONINFOFLAGS2;

Miembros

ShareBackingStoreWithKmd

Cuando se establece, el controlador en modo kernel notifica a Dxgkrnl que necesita conocer la dirección del almacén de respaldo de asignación. La asignación debe crearse compartida y solo debe residir en el segmento de memoria de apertura.

NoImplicitSynchronization

DisablePartialResidency

RestrictedToSingleSegment

NotifyEviction

NotifyIoMmuUnmap

Reserved

Reservado; no usar.

Value

Una manera alternativa de acceder a los bits.

Requisitos

Requisito Value
Cliente mínimo compatible Windows 11 (WDDM 3.0)
Encabezado d3dkmddi.h

Consulte también

DXGK_ALLOCATIONINFO

DXGKDDI_CREATEALLOCATION