// mpiowmi.h
typedef struct _SetDSMCounters_IN {
ULONGLONG DsmContext;
DSM_COUNTERS DsmCounters;
} SetDSMCounters_IN, *PSetDSMCounters_IN;
View the official Windows Driver Kit DDI referenceNo description available.
The SetDSMCounters_IN structure is used to set the timer counters for a particular DSM.
DsmContextA 64-bitfield that provides the DSM context.
DsmCountersA structure of type DSM_COUNTERS.