Compartir a través de


estructura MS_SMHBA_PORTATTRIBUTES (hbapiwmi.h)

La estructura MS_SMHBA_PORTATTRIBUTES se usa para informar de la información del puerto.

Sintaxis

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;

Miembros

PortType

Entero que indica el tipo de puerto del puerto SMHBA.

PortState

Entero que indica el estado actual del puerto SMHBA.

PortSpecificAttributesSize

OSDeviceName[256 + 1]

Un nombre de destino del sistema operativo no persistente, por ejemplo "\Device\HarddiskVolume1".

Reserved

PortSpecificAttributes[1]

Requisitos

Requisito Valor
Header hbapiwmi.h (include Hbapiwmi.h)