MS_SMHBA_PORTATTRIBUTES struttura (hbapiwmi.h)

La struttura MS_SMHBA_PORTATTRIBUTES viene usata per segnalare le informazioni sulla porta.

Sintassi

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;

Members

PortType

Intero che indica il tipo di porta della porta SMHBA.

PortState

Intero che indica lo stato corrente della porta SMHBA.

PortSpecificAttributesSize

OSDeviceName[256 + 1]

Nome di destinazione del sistema operativo nonpersistente, ad esempio "\Device\HarddiskVolume1".

Reserved

PortSpecificAttributes[1]

Requisiti

Requisito Valore
Intestazione hbapiwmi.h (include Hbapiwmi.h)