SetDSMCounters_IN structure (mpiowmi.h)
The SetDSMCounters_IN structure is used to set the timer counters for a particular DSM.
Syntax
typedef struct _SetDSMCounters_IN {
ULONGLONG DsmContext;
DSM_COUNTERS DsmCounters;
} SetDSMCounters_IN, *PSetDSMCounters_IN;
Members
DsmContext
A 64-bitfield that provides the DSM context.
DsmCounters
A structure of type DSM_COUNTERS.
Requirements
Requirement | Value |
---|---|
Header | mpiowmi.h (include Mpiowmi.h) |