struct POWER_CHANNEL_SUMMARY

typedef struct _POWER_CHANNEL_SUMMARY
{
     ULONG Signature;
     ULONG TotalCount;
     ULONG D0Count;
     LIST_ENTRY NotifyList;
} POWER_CHANNEL_SUMMARY, *PPOWER_CHANNEL_SUMMARY;

Windows Vista Kernel Structures