summaryrefslogtreecommitdiff
path: root/general/pcidrv/kmdf/PCIDRV.mof
blob: 283b6fb7bcd205b31c97aa72d1b01009f28a7e6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#PRAGMA AUTORECOVER

[Dynamic, Provider("WMIProv"),
 WMI,
 Description("PCIDRV Device Information"),
 guid("{20E35E40-7179-4f89-A28C-12ED5A3CAAA5}"),
 locale("MS\\0x409")]
class PciDeviceInformation
{
    [key, read]
     string InstanceName;
    [read] boolean Active;

    [WmiDataId(1),
     read,
     write,
     Description("Current Mac Address of the NIC.")]
    uint64 MacAddress;
};