ACPI_OP_REGION_CALLBACK callback function (oprghdlr.h)
Syntax
//Declaration
ACPI_OP_REGION_CALLBACK AcpiOpRegionCallback;
// Definition
VOID AcpiOpRegionCallback
(
PVOID Context
)
{...}
Parameters
Context
Defines the PVOID parameter Context.
Return value
None
Requirements
Requirement | Value |
---|---|
Header | oprghdlr.h |