![]() |
Home |
|
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.
|