PFND3DKMT_SHAREDPRIMARYUNLOCKNOTIFICATION - NtDoc

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

PFND3DKMT_SHAREDPRIMARYUNLOCKNOTIFICATION Pfnd3dkmtSharedprimaryunlocknotification;

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

NtDoc

No description available.

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

PFND3DKMT_SHAREDPRIMARYUNLOCKNOTIFICATION callback function

Description

The PFND3DKMT_SHAREDPRIMARYUNLOCKNOTIFICATION callback function notifies the operating system that a shared primary surface was unlocked.

Parameters

unnamedParam1

Pointer to a D3DKMT_SHAREDPRIMARYUNLOCKNOTIFICATION structure.

Return value

Returns NTSTATUS.

Prototype

//Declaration

PFND3DKMT_SHAREDPRIMARYUNLOCKNOTIFICATION Pfnd3dkmtSharedprimaryunlocknotification;

// Definition

NTSTATUS Pfnd3dkmtSharedprimaryunlocknotification
(
    const D3DKMT_SHAREDPRIMARYUNLOCKNOTIFICATION *
)
{...}

Remarks

See also