Skip to content

Latest commit

 

History

History
77 lines (61 loc) · 2.92 KB

ns-d3d11-d3d11_authenticated_configure_shared_resource_input.md

File metadata and controls

77 lines (61 loc) · 2.92 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date 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 req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:d3d11.D3D11_AUTHENTICATED_CONFIGURE_SHARED_RESOURCE_INPUT
D3D11_AUTHENTICATED_CONFIGURE_SHARED_RESOURCE_INPUT (d3d11.h)
Contains input data for a D3D11_AUTHENTICATED_CONFIGURE_SHARED_RESOURCE command.
D3D11_AUTHENTICATED_CONFIGURE_SHARED_RESOURCE_INPUT
D3D11_AUTHENTICATED_CONFIGURE_SHARED_RESOURCE_INPUT structure [Media Foundation]
d3d11/D3D11_AUTHENTICATED_CONFIGURE_SHARED_RESOURCE_INPUT
mf.d3d11_authenticated_configure_shared_resource_input
mf\d3d11_authenticated_configure_shared_resource_input.htm
mf
5AE1D03F-1853-45DA-96DC-BF1AACF6945F
12/05/2018
D3D11_AUTHENTICATED_CONFIGURE_SHARED_RESOURCE_INPUT, D3D11_AUTHENTICATED_CONFIGURE_SHARED_RESOURCE_INPUT structure [Media Foundation], d3d11/D3D11_AUTHENTICATED_CONFIGURE_SHARED_RESOURCE_INPUT, mf.d3d11_authenticated_configure_shared_resource_input
d3d11.h
Windows
Windows 8 [desktop apps \| UWP apps]
Windows Server 2012 [desktop apps \| UWP apps]
Windows
D3D11_AUTHENTICATED_CONFIGURE_SHARED_RESOURCE_INPUT
19H1
D3D11_AUTHENTICATED_CONFIGURE_SHARED_RESOURCE_INPUT
d3d11/D3D11_AUTHENTICATED_CONFIGURE_SHARED_RESOURCE_INPUT
c++
APIRef
kbSyntax
HeaderDef
d3d11.h
D3D11_AUTHENTICATED_CONFIGURE_SHARED_RESOURCE_INPUT

D3D11_AUTHENTICATED_CONFIGURE_SHARED_RESOURCE_INPUT structure

-description

Contains input data for a D3D11_AUTHENTICATED_CONFIGURE_SHARED_RESOURCE command.

-struct-fields

-field Parameters

A D3D11_AUTHENTICATED_CONFIGURE_INPUT structure that contains the command GUID and other data.

-field ProcessType

A D3D11_AUTHENTICATED_PROCESS_IDENTIFIER_TYPE value that specifies the type of process.

To specify the Desktop Window Manager (DWM) process, set this member to D3D11_PROCESSIDTYPE_DWM. Otherwise, set this member to D3D11_PROCESSIDTYPE_HANDLE and set the ProcessHandle member to a valid handle.

-field ProcessHandle

A process handle. If the ProcessType member equals D3D11_PROCESSIDTYPE_HANDLE, the ProcessHandle member specifies a handle to a process. Otherwise, the value is ignored.

-field AllowAccess

If TRUE, the specified process has access to restricted shared resources.

-see-also

Direct3D 11 Video Structures