winsiderss / phnt

Native API header files for the System Informer project.
https://github.com/winsiderss/systeminformer
MIT License
1.02k stars 168 forks source link

VS2022 Error #43

Open badboycxcc opened 3 weeks ago

badboycxcc commented 3 weeks ago

E0020 Undefined identifier "MEMORY_PARTITION_INFORMATION_CLASS" \ntzwapi.h 2124

badboycxcc commented 3 weeks ago
NTSYSCALLAPI
NTSTATUS
NTAPI
ZwManagePartition(
    _In_ MEMORY_PARTITION_INFORMATION_CLASS PartitionInformationClass,
    _In_ PVOID PartitionInformation,
    _In_ ULONG PartitionInformationLength
    );