PCI_EXPRESS_PME_REQUESTOR_ID unione (miniport.h)
L'unione PCI_EXPRESS_PME_REQUESTOR_ID descrive l'identificatore del richiedente di un evento di gestione energia (PME).
Sintassi
typedef union _PCI_EXPRESS_PME_REQUESTOR_ID {
struct {
USHORT FunctionNumber : 3;
USHORT DeviceNumber : 5;
USHORT BusNumber : 8;
} DUMMYSTRUCTNAME;
USHORT AsUSHORT;
} PCI_EXPRESS_PME_REQUESTOR_ID, *PPCI_EXPRESS_PME_REQUESTOR_ID;
Members
DUMMYSTRUCTNAME
Struttura DUMMYSTRUCTNAME .
DUMMYSTRUCTNAME.FunctionNumber
Numero di funzione del richiedente.
DUMMYSTRUCTNAME.DeviceNumber
Numero di dispositivo del richiedente.
DUMMYSTRUCTNAME.BusNumber
Numero di bus del richiedente.
AsUSHORT
Rappresentazione di USHORT del contenuto della struttura PCI_EXPRESS_PME_REQUESTOR_ID .
Commenti
La struttura PCI_EXPRESS_PME_REQUESTOR_ID è disponibile in Windows Server 2008 e versioni successive di Windows.
Una struttura PCI_EXPRESS_PME_REQUESTOR_ID è contenuta nel membro PMERequestorId della struttura PCI_EXPRESS_ROOT_STATUS_REGISTER .
Requisiti
Requisito | Valore |
---|---|
Intestazione | miniport.h (include Ntddk.h, Miniport.h) |