ACPI_OP_REGION_CALLBACK - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// oprghdlr.h

//Declaration

ACPI_OP_REGION_CALLBACK AcpiOpRegionCallback;

// Definition

VOID AcpiOpRegionCallback
(
    PVOID Context
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-oprghdlr-acpi_op_region_callback)

Description

Parameters

Context

Defines the PVOID parameter Context.

Syntax

//Declaration

ACPI_OP_REGION_CALLBACK AcpiOpRegionCallback;

// Definition

VOID AcpiOpRegionCallback
(
    PVOID Context
)
{...}

Remarks

See also