structure FILE_MEMORY_PARTITION_INFORMATION (wdm.h)

Stocke des informations sur la partition de mémoire. Cette structure est utilisée par la fonction ZwSetInformationFile .

Syntaxe

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;

Membres

OwnerPartitionHandle

Gérez la partition spécifiée.

Flags

Flags.DUMMYSTRUCTNAME

Flags.DUMMYSTRUCTNAME.NoCrossPartitionAccess

Détermine si l’accès entre partitions est autorisé.

Flags.DUMMYSTRUCTNAME.Spare[3]

Flags.AllFlags

Au niveau du bit de tous les indicateurs.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 10, version 1709
Serveur minimal pris en charge Windows Server 2016
En-tête wdm.h (inclure Wdm.h)