PFND3DKMT_SHAREDPRIMARYLOCKNOTIFICATION - NtDoc

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

PFND3DKMT_SHAREDPRIMARYLOCKNOTIFICATION Pfnd3dkmtSharedprimarylocknotification;

NTSTATUS Pfnd3dkmtSharedprimarylocknotification(
  const D3DKMT_SHAREDPRIMARYLOCKNOTIFICATION *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PFND3DKMT_SHAREDPRIMARYLOCKNOTIFICATION callback function

Description

The PFND3DKMT_SHAREDPRIMARYLOCKNOTIFICATION callback function notifies the operating system about an upcoming lock to a shared primary surface.

Parameters

unnamedParam1

Pointer to a D3DKMT_SHAREDPRIMARYLOCKNOTIFICATION structure.

Return value

Returns NTSTATUS.

Prototype

//Declaration

PFND3DKMT_SHAREDPRIMARYLOCKNOTIFICATION Pfnd3dkmtSharedprimarylocknotification;

// Definition

NTSTATUS Pfnd3dkmtSharedprimarylocknotification
(
    const D3DKMT_SHAREDPRIMARYLOCKNOTIFICATION *
)
{...}

Remarks

See also