Site icon EfmSoft

What does NTSTATUS 0xC014000B (STATUS_ACPI_INCORRECT_ARGUMENT_COUNT) mean?

 
Previous Next
STATUS_ACPI_INVALID_TARGETTYPE STATUS_ACPI_ADDRESS_NOT_MAPPED

STATUS_ACPI_INCORRECT_ARGUMENT_COUNT

STATUS_ACPI_INCORRECT_ARGUMENT_COUNT describes an arity mismatch: the caller supplied too many or too few arguments for the AML operation or control method being evaluated. This condition can occur even when every supplied value has a valid type.

The distinction is useful when comparing firmware revisions. A method signature or a call site can change, while a same-named method remains in the namespace. Diagnose the caller and declared method contract together; checking only the object name can hide the mismatch.

The AML call shape did not match its argument count

References


Looking for a different code? Search another status or error code.

Exit mobile version