#ifndef _NTWMI_H
typedef struct _WMI_PNP_RECORD_V4
{
GUID ClassGuid;
ULONG UpperFilterCount;
ULONG LowerFilterCount;
WCHAR Strings[ANYSIZE_ARRAY];
// DeviceID (unicode string)
// Description (unicode string)
// FriendlyName (unicode string)
// PdoName (unicode string)
// ServiceName (unicode string)
// UpperFilters (unicode string)
// LowerFilters (unicode string)
} WMI_PNP_RECORD_V4, *PWMI_PNP_RECORD_V4;
View code on GitHub
No description available.