Skip to content

Latest commit

 

History

History
65 lines (53 loc) · 2.59 KB

nc-d3dkmthk-pfnd3dkmt_checkexclusiveownership.md

File metadata and controls

65 lines (53 loc) · 2.59 KB
UID title description old-location 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 tech.root req.typenames f1_keywords topic_type api_type api_location api_name
NC:d3dkmthk.PFND3DKMT_CHECKEXCLUSIVEOWNERSHIP
PFND3DKMT_CHECKEXCLUSIVEOWNERSHIP (d3dkmthk.h)
The PFND3DKMT_CHECKEXCLUSIVEOWNERSHIP function checks whether any kernel device object in the operating system is an exclusive owner of any video present sources.
display\d3dkmtcheckexclusiveownership.htm
03/03/2022
PFND3DKMT_CHECKEXCLUSIVEOWNERSHIP callback function
D3DKMTCheckExclusiveOwnership, D3DKMTCheckExclusiveOwnership callback function [Display Devices], OpenGL_Functions_f5c7a3e5-651c-48f0-b58c-4a6571c10a61.xml, PFND3DKMT_CHECKEXCLUSIVEOWNERSHIP, PFND3DKMT_CHECKEXCLUSIVEOWNERSHIP callback, d3dkmthk/D3DKMTCheckExclusiveOwnership, display.d3dkmtcheckexclusiveownership
d3dkmthk.h
D3dkmthk.h
Universal
Windows Vista
Windows
display
PFND3DKMT_CHECKEXCLUSIVEOWNERSHIP
d3dkmthk/PFND3DKMT_CHECKEXCLUSIVEOWNERSHIP
APIRef
kbSyntax
UserDefined
D3dkmthk.h
PFND3DKMT_CHECKEXCLUSIVEOWNERSHIP

PFND3DKMT_CHECKEXCLUSIVEOWNERSHIP callback function

-description

The D3DKMTCheckExclusiveOwnership function checks whether any kernel device object in the operating system has an exclusive level of ownership of any video present sources.

-parameters

-param unnamedParam1

-returns

D3DKMTCheckExclusiveOwnership returns a Boolean value that indicates TRUE if any kernel device object in the operating system has an exclusive level of ownership of any video present sources and FALSE otherwise.

-remarks

For a description of ownership levels of video present sources, see the D3DKMTSetVidPnSourceOwnerfunction and the D3DKMT_SETVIDPNSOURCEOWNER structure. An exclusive level of ownership is represented by the D3DKMT_VIDPNSOURCEOWNER_EXCLUSIVE or D3DKMT_VIDPNSOURCEOWNER_EXCLUSIVEGDI owner type, which can be specified in one of the elements in the array that the pType member of D3DKMT_SETVIDPNSOURCEOWNER specifies.

-see-also

D3DKMTSetVidPnSourceOwner

D3DKMT_SETVIDPNSOURCEOWNER