Compartilhar via


união PCI_EXPRESS_PME_REQUESTOR_ID (ntddk.h)

A estrutura PCI_EXPRESS_PME_REQUESTOR_ID descreve o identificador do solicitante de um PME (evento de gerenciamento de energia).

Sintaxe

typedef union _PCI_EXPRESS_PME_REQUESTOR_ID {
  struct {
    USHORT FunctionNumber  :3;
    USHORT DeviceNumber  :5;
    USHORT BusNumber  :3;
  };
  USHORT AsUSHORT;
} PCI_EXPRESS_PME_REQUESTOR_ID, *PPCI_EXPRESS_PME_REQUESTOR_ID;

Membros

DUMMYSTRUCTNAME

DUMMYSTRUCTNAME.FunctionNumber

O número da função do solicitante.

DUMMYSTRUCTNAME.DeviceNumber

O número do dispositivo do solicitante.

DUMMYSTRUCTNAME.BusNumber

O número do barramento do solicitante.

AsUSHORT

Uma representação ushort do conteúdo da estrutura PCI_EXPRESS_PME_REQUESTOR_ID.

Comentários

A estrutura PCI_EXPRESS_PME_REQUESTOR_ID está disponível no Windows Server 2008 e versões posteriores do Windows.

Uma estrutura PCI_EXPRESS_PME_REQUESTOR_ID está contida no membro PMERequestorId da estrutura PCI_EXPRESS_ROOT_STATUS_REGISTER .

Requisitos

Requisito Valor
Cabeçalho ntddk.h (inclua Ntddk.h, Miniport.h)

Confira também

PCI_EXPRESS_ROOT_STATUS_REGISTER