#include <SmbiosImpl.h>


Public Member Functions | |
| virtual | ~SmbiosWinGetFirmwareTableStrategy () throw () |
| SmbiosWinGetFirmwareTableStrategy () | |
| virtual bool | getSmbiosTable (const u8 **, smbiosLowlevel::smbios_table_entry_point *, bool) |
Definition at line 100 of file SmbiosImpl.h.
| virtual ~SmbiosWinGetFirmwareTableStrategy | ( | ) | throw () [inline, virtual] |
Definition at line 103 of file SmbiosImpl.h.
| SmbiosWinGetFirmwareTableStrategy | ( | ) | [inline] |
Definition at line 104 of file SmbiosImpl.h.
| bool getSmbiosTable | ( | const u8 ** | smbiosBuffer, | |
| smbiosLowlevel::smbios_table_entry_point * | table_header, | |||
| bool | ||||
| ) | [virtual] |
Implements SmbiosStrategy.
Definition at line 71 of file SmbiosStrategy_Windows.cpp.
References _, smbios_table_entry_point::dmi, smbios::GetSystemFirmwareTable, smbios::LoadNtdllFuncs(), smbios_table_entry_point::major_ver, smbios_table_entry_point::minor_ver, MS_RSMB_HEADER_SIZE, dmi_table_entry_point::table_length, and dmi_table_entry_point::table_num_structs.

1.5.6