PBANKED_SECTION_ROUTINE - NtDoc

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

PBANKED_SECTION_ROUTINE PbankedSectionRoutine;

VOID PbankedSectionRoutine(
  ULONG ReadBank,
  ULONG WriteBank,
  PVOID Context
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-dispmprt-pbanked_section_routine)

PBANKED_SECTION_ROUTINE callback function

Description

Graphics support routine.

Parameters

ReadBank

WriteBank

Context

Prototype

//Declaration

PBANKED_SECTION_ROUTINE PbankedSectionRoutine;

// Definition

VOID PbankedSectionRoutine
(
    ULONG ReadBank
    ULONG WriteBank
    PVOID Context
)
{...}

Remarks

See also