#ifndef _NTWMI_H
//
// Store the IDE Channel (Primary/Secondary) info
//
typedef struct _WMI_IDE_CHANNEL_RECORD
{
ULONG TargetId;
ULONG DeviceType;
ULONG DeviceTimingMode;
ULONG LocationInformationLen;
WCHAR LocationInformation[1];
} WMI_IDE_CHANNEL_RECORD, *PWMI_IDE_CHANNEL_RECORD;
View code on GitHub
No description available.