Home |
RTTarget-32 Programming Manual System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) Advanced Configuration and Power Interface (ACPI) Tables Function RTACPIIsValid |
Function RTACPIIsValidRTACPIIsValid checks if a member within an ACPI table is supported by the BIOS: int RTACPIIsValid(const void * Structure, const void * Member); ParametersStructurePointer to an ACPI table structure returned by RTACPIGetStructure 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. Advanced Configuration and Power Interface (ACPI) Tables
|