Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
For a memory query, represents physical adapter index, and memory type (dedicated or shared), and process ID.
Syntax
struct DXCoreProcessMemoryQueryInput {
uint32_t physicalAdapterIndex;
DXCoreMemoryType memoryType;
uint32_t processId;
};
Members
physicalAdapterIndex
A physical adapter index.
memoryType
A DXCoreMemoryType struct indicating a memory type (dedicated or shared).
processId
A process ID.
Requirements
| Requirement | Value |
|---|---|
| Header | dxcore_interface.h |