// dispmprt.h
PBANKED_SECTION_ROUTINE PbankedSectionRoutine;
VOID PbankedSectionRoutine(
ULONG ReadBank,
ULONG WriteBank,
PVOID Context
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Graphics support routine.
ReadBankWriteBankContext//Declaration
PBANKED_SECTION_ROUTINE PbankedSectionRoutine;
// Definition
VOID PbankedSectionRoutine
(
ULONG ReadBank
ULONG WriteBank
PVOID Context
)
{...}