DSM_PARAMETERS structure (mpiowmi.h)

The DSM_PARAMETERS structure holds the DSM version and timer counters information.

Syntax

typedef struct _DSM_PARAMETERS {
  WCHAR        DsmName[63 + 1];
  ULONGLONG    DsmContext;
  DSM_VERSION  DsmVersion;
  DSM_COUNTERS DsmCounters;
} DSM_PARAMETERS, *PDSM_PARAMETERS;

Members

DsmName[63 + 1]

A string field of maximum length 63 characters that returns the friendly name of the DSM.

DsmContext

An unsigned 64-bitfield that represents a unique identifier as used by MPIO to address a particular DSM.

DsmVersion

A field that contains an instance of the DSM_VERSION structure with version information for the DSM.

DsmCounters

A field that contains an instance of the DSM_COUNTERS structure with timer counters information that is specific to the particular DSM.

Requirements

Requirement Value
Header mpiowmi.h (include Mpiowmi.h)