Function RTSMBIOSIsValid
RTSMBIOSIsValid checks if a member within an SMBIOS structure is supported by the SMBIOS:
int RTSMBIOSIsValid(const void * Structure, const void * Member);
ParametersStructurePointer to an SMBIOS structure returned by RTSMBIOSGetStructure or RTSMBIOSFindHandle containing the member to validate.
MemberAddress of a value within the structure pointed to by parameter Structure to check.
return valueNone-zero if the given structure member lies within the supported part of the structure.
System Management BIOS (SMBIOS)
Function RTSMBIOSFindHandle
Function RTSMBIOSGetBusSpeed
|