Function RTSMBIOSFindHandle
RTSMBIOSFindHandle retrieves a structure referenced by some other structure:
const void * RTSMBIOSFindHandle(const void * Structure, const RTSMHNDL * Handle);
ParametersStructurePointer to an SMBIOS structure returned by RTSMBIOSGetStructure or RTSMBIOSFindHandle referencing the structure to return.
HandleAddress of the handle value within the structure pointed to by parameter Structure.
return valueA pointer to the requested structure or NULL if no such structure was found.
System Management BIOS (SMBIOS)
Function RTSMBIOSGetStringN
Function RTSMBIOSIsValid
|