SetDSMCounters - NtDoc

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

void SetDSMCounters(
   [in, Description("DSM Context"):amended] uint64              DSMcontext,
   [in, Description("DSM Timer Counters"):amended] DSM_COUNTERS DsmCounters
);
View the official Windows hardware development documentation

NtDoc

No description available.

Windows hardware development documentation (setdsmcounters)

SetDSMCounters function

The SetDSMCounters method is used to set the timer counters for a particular DSM.

Parameters

DSMcontext A 64-bitfield that provides the DSM context.

DsmCounters A DSM_COUNTERS structure.

Return value

None

Remarks

This WMI method belongs to the MPIO_WMI_METHODS WMI class.

Requirements

Target platform Desktop
Header MPIOwmi.h (include MPIOwmi.h)