Function uacpi_namespace_node_type

uacpi_status uacpi_namespace_node_type(const uacpi_namespace_node* node, uacpi_object_type* out_type)

Description

Returns the type of object stored at the namespace node.

NOTE: due to the existance of the CopyObject operator in AML, the return value of this function is subject to TOCTOU bugs.