#include "smbios/compat.h"
#include <iostream>
#include <sstream>
#include "smbios/IMemory.h"
#include "SmbiosImpl.h"
#include "miniddk.h"
#include "smbios/message.h"
Go to the source code of this file.
Namespaces | |
namespace | smbios |
Defines | |
#define | LIBSMBIOS_SOURCE |
#define | MS_RSMB_HEADER_SIZE 8 |
Functions | |
int | LoadNtdllFuncs (void) |
Variables | |
GetSystemFirmwareTablePtr | GetSystemFirmwareTable = 0 |
#define LIBSMBIOS_SOURCE |
Definition at line 20 of file SmbiosStrategy_Windows.cpp.
#define MS_RSMB_HEADER_SIZE 8 |
Referenced by SmbiosWinGetFirmwareTableStrategy::getSmbiosTable().