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;
Angehörige
PortType
Eine ganze Zahl, die den Porttyp des SMHBA-Ports angibt.
PortState
Eine ganze Zahl, die den aktuellen Status des SMHBA-Ports angibt.
PortSpecificAttributesSize
OSDeviceName[256 + 1]
Ein nicht einwandfreier Zielname des Betriebssystems, z. B. "\Device\HarddiskVolume1".
Reserved
PortSpecificAttributes[1]
Anforderungen
Anforderung | Wert |
---|---|
Header- | hbapiwmi.h (include Hbapiwmi.h) |