Compartir a través de


estructura FILE_MEMORY_PARTITION_INFORMATION (wdm.h)

Almacena información sobre la partición de memoria. Esta estructura se usa en la función ZwSetInformationFile .

Sintaxis

typedef struct _FILE_MEMORY_PARTITION_INFORMATION {
  ULONG_PTR OwnerPartitionHandle;
  union {
    struct {
      UCHAR NoCrossPartitionAccess;
      UCHAR Spare[3];
    } DUMMYSTRUCTNAME;
    ULONG AllFlags;
  } Flags;
} FILE_MEMORY_PARTITION_INFORMATION, *PFILE_MEMORY_PARTITION_INFORMATION;

Miembros

OwnerPartitionHandle

Identificador de la partición especificada.

Flags

Flags.DUMMYSTRUCTNAME

Flags.DUMMYSTRUCTNAME.NoCrossPartitionAccess

Determina si se permite el acceso entre particiones.

Flags.DUMMYSTRUCTNAME.Spare[3]

Flags.AllFlags

Bit a bit de todas las marcas.

Requisitos

Requisito Value
Cliente mínimo compatible Windows 10, versión 1709
Servidor mínimo compatible Windows Server 2016
Encabezado wdm.h (incluya Wdm.h)