// d3dumddi.h
PFND3DDDI_UNLOCK2CB Pfnd3dddiUnlock2cb;
HRESULT Pfnd3dddiUnlock2cb(
HANDLE hDevice,
const D3DDDICB_UNLOCK2 *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The pfnUnlock2Cb function unlocks an allocation that was locked by a call to the pfnLock2Cb function.
hDeviceA handle to the display device (graphics context).
unnamedParam2pData [in]
A pointer to a D3DDDICB_UNLOCK2 structure that describes the allocation to unlock.
If this callback function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.