struktur GetEventBuffer_OUT (hbapiwmi.h)
Struktur GetEventBuffer_OUT digunakan untuk melaporkan data parameter output metode GetEventBuffer WMI ke klien WMI.
Sintaks
typedef struct _GetEventBuffer_OUT {
ULONG HBAStatus;
ULONG EventCount;
MSFC_EventBuffer Events[1];
} GetEventBuffer_OUT, *PGetEventBuffer_OUT;
Anggota
HBAStatus
Berisi nilai yang terkait dengan HBA_STATUS kualifikasi kelas WMI yang menunjukkan hasil operasi kueri HBA.
EventCount
Menunjukkan jumlah peristiwa dalam Peristiwa yang diambil oleh metode GetEventBuffer WMI.
Events[1]
Berisi array jenis MSFC_EventBuffer yang berisi peristiwa berikutnya dalam antrean peristiwa HBA.
Keterangan
Metode GetEventBuffer mengambil peristiwa berikutnya dalam antrean peristiwa HBA.
Rangkaian alat WMI menghasilkan deklarasi struktur GetEventBuffer_OUT di Hbapiwmi.h saat mengkompilasi Kelas WMI MSFC_HBAAdapterMethods.
Persyaratan
Persyaratan | Nilai |
---|---|
Header | hbapiwmi.h (termasuk Hbapiwmi.h) |