diff --git a/contrib/platform/src/com/sun/jna/platform/win32/WinNT.java b/contrib/platform/src/com/sun/jna/platform/win32/WinNT.java index 639dfcf2b..96a1c503d 100644 --- a/contrib/platform/src/com/sun/jna/platform/win32/WinNT.java +++ b/contrib/platform/src/com/sun/jna/platform/win32/WinNT.java @@ -3447,26 +3447,23 @@ public interface LOGICAL_PROCESSOR_RELATIONSHIP { /** *

- * Upcoming value of this enum added for forward compatibility. Documentation - * will be added when available. + * The specified logical processors share a single processor die. *

*/ int RelationProcessorDie = 5; /** *

- * Introduced in TBD - Release Iron. Requests that the full affinity be - * returned. Unlike the other relation types, RelationNumaNodeEx is not used on - * input. It is simply a request for RelationNumaNode with full group - * information. + * Introduced in Windows Server 2022 (21H2, build 20348). Requests that the full affinity be returned. Unlike + * the other relation types, RelationNumaNodeEx is not used on input. It is simply a request for + * RelationNumaNode with full group information. *

*/ int RelationNumaNodeEx = 6; /** *

- * Upcoming value of this enum added for forward compatibility. Documentation - * will be added when available. + * The specified logical processors share a single processor module. *

*/ int RelationProcessorModule = 7;