DisplayAdapter.PciVendorId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the PCI vendor ID of the adapter.
public:
property unsigned int PciVendorId { unsigned int get(); };
uint32_t PciVendorId();
public uint PciVendorId { get; }
var uInt32 = displayAdapter.pciVendorId;
Public ReadOnly Property PciVendorId As UInteger
Property Value
A value containing the PCI vendor ID of the adapter.