ReactOS 0.4.16-dev-336-gb667d82
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
static PCHAR | GetDmiString (_In_ PDMI_HEADER Header, _In_ ULONG FieldOffset) |
VOID | ParseSMBiosTables (_In_reads_bytes_(TableSize) PVOID SMBiosTables, _In_ ULONG TableSize, _Inout_updates_(ID_STRINGS_MAX) PCHAR *Strings) |
|
static |
Definition at line 14 of file dmilib.c.
Referenced by ParseSMBiosTables().
VOID ParseSMBiosTables | ( | _In_reads_bytes_(TableSize) PVOID | SMBiosTables, |
_In_ ULONG | TableSize, | ||
_Inout_updates_(ID_STRINGS_MAX) PCHAR * | Strings | ||
) |
Definition at line 41 of file dmilib.c.
Referenced by i8042ParseSMBiosTables(), and LoadSMBiosData().