PFND3DDDI_UNLOCK2CB - NtDoc

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

PFND3DDDI_UNLOCK2CB Pfnd3dddiUnlock2cb;

HRESULT Pfnd3dddiUnlock2cb(
  HANDLE hDevice,
  const D3DDDICB_UNLOCK2 *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3dumddi-pfnd3dddi_unlock2cb)

PFND3DDDI_UNLOCK2CB callback function

Description

The pfnUnlock2Cb function unlocks an allocation that was locked by a call to the pfnLock2Cb function.

Parameters

hDevice

A handle to the display device (graphics context).

unnamedParam2

pData [in]

A pointer to a D3DDDICB_UNLOCK2 structure that describes the allocation to unlock.

Return value

If this callback function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.