Function RTSMBIOSGetStringN
RTSMBIOSGetStringN retrieves a pointer from a list of strings appended to some SMBIOS structures:
const char * RTSMBIOSGetStringN(const void * Structure,
const RTSTRCNT * StringCount,
BYTE StringIndex);
ParametersStructurePointer to an SMBIOS structure returned by RTSMBIOSGetStructure or RTSMBIOSFindHandle referencing the string to return.
StringCountAddress of the string count value within the structure pointed to by parameter Structure.
StringIndex1-based index the string to retrieve.
return valueA pointer to the requested string.
System Management BIOS (SMBIOS)
Function RTSMBIOSGetString
Function RTSMBIOSFindHandle
|