MS_SMHBA_PORTATTRIBUTES-Struktur (hbapiwmi.h)
Die MS_SMHBA_PORTATTRIBUTES-Struktur wird verwendet, um die Portinformationen zu melden.
Syntax
typedef struct _MS_SMHBA_PORTATTRIBUTES {
ULONG PortType;
ULONG PortState;
ULONG PortSpecificAttributesSize;
WCHAR OSDeviceName[256 + 1];
ULONGLONG Reserved;
UCHAR PortSpecificAttributes[1];
} MS_SMHBA_PORTATTRIBUTES, *PMS_SMHBA_PORTATTRIBUTES;
Member
PortType
Eine ganze Zahl, die den Porttyp des SMHBA-Ports angibt.
PortState
Eine ganze Zahl, die den aktuellen Zustand des SMHBA-Ports angibt.
PortSpecificAttributesSize
OSDeviceName[256 + 1]
Ein nichtpersistent Betriebssystemzielname, z. B. "\Device\HarddiskVolume1".
Reserved
PortSpecificAttributes[1]
Anforderungen
Anforderung | Wert |
---|---|
Header | hbapiwmi.h (einschließlich Hbapiwmi.h) |