Editar

DXCoreProcessMemoryQueryOutput structure (dxcore_interface.h)

For a process memory query, represents process memory usage and/or whether or not the query succeeded.

Syntax

struct DXCoreProcessMemoryQueryOutput {
  DXCoreMemoryUsage memoryUsage;
  bool              processQuerySucceeded;
};

Members

memoryUsage

Process memory usage.

processQuerySucceeded

A Boolean value indicating whether or not the query succeeded.

Requirements

Requirement Value
Header dxcore_interface.h