MS_SMHBA_PORTATTRIBUTES - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// hbapiwmi.h

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;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-hbapiwmi-_ms_smhba_portattributes)

_MS_SMHBA_PORTATTRIBUTES structure

Description

The MS_SMHBA_PORTATTRIBUTES structure is used to report the port information.

Members

PortType

An integer that indicates the port type of the SMHBA port.

PortState

An integer that indicates the current state of the SMHBA port.

PortSpecificAttributesSize

OSDeviceName

A nonpersistent operating system target name, for example "\Device\HarddiskVolume1".

Reserved

PortSpecificAttributes