#ifndef _NTWMI_H
//
// the packet type. it must fit into the bit-field of the length
// PERFINFO_CCSWAP_BIT_TYPE
//
typedef enum _PERFINFO_CCSWAP_TYPE
{
PerfCSwapIdleShort,
PerfCSwapIdle,
PerfCSwapLite,
PerfCSwapFull
} PERFINFO_CCSWAP_TYPE;
View code on GitHub
No description available.