Skip to content

Latest commit

 

History

History
65 lines (52 loc) · 1.76 KB

nc-d3dumddi-pfnd3dddi_unlock2cb.md

File metadata and controls

65 lines (52 loc) · 1.76 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NC:d3dumddi.PFND3DDDI_UNLOCK2CB
PFND3DDDI_UNLOCK2CB (d3dumddi.h)
The pfnUnlock2Cb function unlocks an allocation that was locked by a call to the pfnLock2Cb function.
display\pfnunlock2cb.htm
display
05/10/2018
PFND3DDDI_UNLOCK2CB callback function
PFND3DDDI_UNLOCK2CB, PFND3DDDI_UNLOCK2CB callback, d3dumddi/pfnUnlock2Cb, display.pfnunlock2cb, pfnUnlock2Cb, pfnUnlock2Cb callback function [Display Devices]
d3dumddi.h
D3dumddi.h
Desktop
Windows 10
Windows Server 2016
Windows
PFND3DDDI_UNLOCK2CB
d3dumddi/PFND3DDDI_UNLOCK2CB
APIRef
kbSyntax
UserDefined
d3dumddi.h
PFND3DDDI_UNLOCK2CB

PFND3DDDI_UNLOCK2CB callback function

-description

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

-parameters

-param hDevice

A handle to the display device (graphics context).

-param unnamedParam2

pData [in]

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

-returns

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