// 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 documentationNo description available.
The SetDSMCounters method is used to set the timer counters for a particular DSM.
DSMcontext A 64-bitfield that provides the DSM context.
DsmCounters A DSM_COUNTERS structure.
None
This WMI method belongs to the MPIO_WMI_METHODS WMI class.
| Target platform | Desktop |
| Header | MPIOwmi.h (include MPIOwmi.h) |