Condividi tramite


Funzione NtManagePartition (wdm.h)

La funzione NtManagePartition ottiene e imposta le informazioni per una partizione.

Sintassi

__kernel_entry NTSYSCALLAPI NTSTATUS NtManagePartition(
  [in]           HANDLE                      TargetHandle,
  [in, optional] HANDLE                      SourceHandle,
  [in]           PARTITION_INFORMATION_CLASS PartitionInformationClass,
  [in, out]      PVOID                       PartitionInformation,
  [in]           ULONG                       PartitionInformationLength
);

Parametri

[in] TargetHandle

Fornisce un handle a una partizione.

[in, optional] SourceHandle

Facoltativamente, viene fornito un handle a una partizione di origine. Questo handle viene usato solo per le classi di informazioni specifiche.

[in] PartitionInformationClass

Fornisce la classe di informazioni sull'oggetto di partizione che deve essere gestita.

[in, out] PartitionInformation

Fornisce un puntatore a un buffer contenente le informazioni specificate. Il formato e il contenuto del buffer dipendono dalla classe di partizione.

[in] PartitionInformationLength

Fornisce la lunghezza, in byte, del buffer delle informazioni di partizione.

Valore restituito

Restituisce un valore NTSTATUS appropriato.

Requisiti

Requisito Valore
Server minimo supportato Windows Server 2022
Intestazione wdm.h