SetDSMCounters_IN - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// mpiowmi.h

typedef struct _SetDSMCounters_IN {
  ULONGLONG    DsmContext;
  DSM_COUNTERS DsmCounters;
} SetDSMCounters_IN, *PSetDSMCounters_IN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-mpiowmi-_setdsmcounters_in)

_SetDSMCounters_IN structure

Description

The SetDSMCounters_IN structure is used to set the timer counters for a particular DSM.

Members

DsmContext

A 64-bitfield that provides the DSM context.

DsmCounters

A structure of type DSM_COUNTERS.