Edit

DXCoreAdapterProcessSetQueryInput structure (dxcore_interface.h)

Represents an array of processes (PIDs) running on the adapter. Also see DXCoreAdapterProcessSetQueryOutput.

Syntax

struct DXCoreAdapterProcessSetQueryInput {
  uint32_t arraySize;
  uint32_t *processIds;
};

Members

arraySize

The number of elements in processIds.

processIds

An array which, on return, contains the IDs of the processes running on the adapter.

Requirements

Requirement Value
Header dxcore_interface.h

See also