estrutura MS_SMHBA_PORTATTRIBUTES (hbapiwmi.h)

A estrutura MS_SMHBA_PORTATTRIBUTES é usada para relatar as informações da porta.

Sintaxe

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;

Membros

PortType

Um inteiro que indica o tipo de porta da porta SMHBA.

PortState

Um inteiro que indica o estado atual da porta SMHBA.

PortSpecificAttributesSize

OSDeviceName[256 + 1]

Um nome de destino do sistema operacional não persistente, por exemplo , "\Device\HarddiskVolume1".

Reserved

PortSpecificAttributes[1]

Requisitos

Requisito Valor
Cabeçalho hbapiwmi.h (inclua Hbapiwmi.h)