PFND3DKMT_TRIMNOTIFICATIONCALLBACK - NtDoc

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

PFND3DKMT_TRIMNOTIFICATIONCALLBACK PfnD3dkmtTrimNotificationCallback;

void Pfnd3dkmtTrimnotificationcallback(
    D3DKMT_TRIMNOTIFICATION *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3dkmthk-pfnd3dkmt_trimnotificationcallback)

PFND3DKMT_TRIMNOTIFICATIONCALLBACK callback function

Description

Trim notification.

Syntax

PFND3DKMT_TRIMNOTIFICATIONCALLBACK PfnD3dkmtTrimNotificationCallback;

void Pfnd3dkmtTrimnotificationcallback(
    D3DKMT_TRIMNOTIFICATION *unnamedParam1
)
{...}

Parameters

unnamedParam1

Pointer to a D3DKMT_TRIMNOTIFICATION structure.

Remarks

See also