File tree Expand file tree Collapse file tree
contrib/platform/src/com/sun/jna/platform/win32 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3447,26 +3447,23 @@ public interface LOGICAL_PROCESSOR_RELATIONSHIP {
34473447
34483448 /**
34493449 * <p>
3450- * Upcoming value of this enum added for forward compatibility. Documentation
3451- * will be added when available.
3450+ * The specified logical processors share a single processor die.
34523451 * </p>
34533452 */
34543453 int RelationProcessorDie = 5 ;
34553454
34563455 /**
34573456 * <p>
3458- * Introduced in TBD - Release Iron. Requests that the full affinity be
3459- * returned. Unlike the other relation types, RelationNumaNodeEx is not used on
3460- * input. It is simply a request for RelationNumaNode with full group
3461- * information.
3457+ * Introduced in Windows Server 2022 (21H2, build 20348). Requests that the full affinity be returned. Unlike
3458+ * the other relation types, RelationNumaNodeEx is not used on input. It is simply a request for
3459+ * RelationNumaNode with full group information.
34623460 * </p>
34633461 */
34643462 int RelationNumaNodeEx = 6 ;
34653463
34663464 /**
34673465 * <p>
3468- * Upcoming value of this enum added for forward compatibility. Documentation
3469- * will be added when available.
3466+ * The specified logical processors share a single processor module.
34703467 * </p>
34713468 */
34723469 int RelationProcessorModule = 7 ;
You can’t perform that action at this time.
0 commit comments