Condividi tramite


struttura MS_SMHBA_PORTATTRIBUTES (hbapiwmi.h)

La struttura MS_SMHBA_PORTATTRIBUTES viene utilizzata 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;

Membri

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 non permanente, ad esempio "\Device\HarddiskVolume1".

Reserved

PortSpecificAttributes[1]

Fabbisogno

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