// d3d10umddi.h
typedef struct D3D11_1DDI_AUTHENTICATED_QUERY_RESTRICTED_SHARED_RESOURCE_PROCESS_OUTPUT {
D3D11_1DDI_AUTHENTICATED_QUERY_OUTPUT Output;
UINT ProcessIndex;
D3D11_1DDI_AUTHENTICATED_PROCESS_IDENTIFIER_TYPE ProcessIdentifier;
HANDLE ProcessHandle;
} D3D11_1DDI_AUTHENTICATED_QUERY_RESTRICTED_SHARED_RESOURCE_PROCESS_OUTPUT;
View the official Windows Driver Kit DDI referenceNo description available.
Contains the response to a QueryAuthenticatedChannel(D3D11_1) query with a D3D11_1DDI_AUTHENTICATED_QUERY_OUTPUT.QueryType value of D3D11_1DDI_AUTHENTICATED_QUERY_RESTRICTED_SHARED_RESOURCE_PROCESS.
OutputA structure that contains a Message Authentication Code (MAC) and other data.
ProcessIndexThe index of the process in the list of processes.
ProcessIdentifierA D3D11_1DDI_AUTHENTICATED_PROCESS_IDENTIFIER_TYPE value that specifies the type of process.
ProcessHandleA process handle. If the ProcessIdentifier member equals D3D11_1DDI_PROCESSIDTYPE_HANDLE, the ProcessHandle member contains a valid handle to a process. Otherwise, this member is ignored.
The Desktop Window Manager (DWM) process is identified by setting ProcessIdentifier equal to D3D11_1DDI_PROCESSIDTYPE_DWM. Other processes are identified by setting the process handle in ProcessHandle and setting ProcessIdentifier equal to D3D11_1DDI_PROCESSIDTYPE_HANDLE.
D3D11_1DDI_AUTHENTICATED_PROCESS_IDENTIFIER_TYPE
D3D11_1DDI_AUTHENTICATED_QUERY_OUTPUT
QueryAuthenticatedChannel(D3D11_1)