Edit

SHARED_COMPUTE_UNIT_RELATIONSHIP structure (winnt.h)

Syntax

typedef struct _SHARED_COMPUTE_UNIT_RELATIONSHIP {
  DWORD          Type;
  DWORD          ComputeUnitCount;
  BYTE           Reserved[14];
  WORD           GroupCount;
  GROUP_AFFINITY GroupMasks[ANYSIZE_ARRAY];
} SHARED_COMPUTE_UNIT_RELATIONSHIP, *PSHARED_COMPUTE_UNIT_RELATIONSHIP;

Members

Type

ComputeUnitCount

Reserved[14]

GroupCount

GroupMasks[ANYSIZE_ARRAY]

Requirements

Requirement Value
Header winnt.h