Function RTSMBIOSGetString
RTSMBIOSGetString retrieves a pointer to a string referenced in an SMBIOS structure:
const char * RTSMBIOSGetString(const void * Structure,
const RTSMSTR * StringIndex);
ParametersStructurePointer to an SMBIOS structure returned by RTSMBIOSGetStructure or RTSMBIOSFindHandle referencing the string to return.
StringIndexAddress of the string index within the structure pointed to by parameter Structure to retrieve.
return valueA pointer to the requested string.
System Management BIOS (SMBIOS)
Function RTSMBIOSGetStructure
Function RTSMBIOSGetStringN
|