Skip to content

Latest commit

 

History

History
83 lines (64 loc) · 3.23 KB

nf-d3d11-id3d11videocontext-queryauthenticatedchannel.md

File metadata and controls

83 lines (64 loc) · 3.23 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
NF:d3d11.ID3D11VideoContext.QueryAuthenticatedChannel
ID3D11VideoContext::QueryAuthenticatedChannel (d3d11.h)
Sends a query to an authenticated channel.
ID3D11VideoContext interface [Media Foundation]
QueryAuthenticatedChannel method
ID3D11VideoContext.QueryAuthenticatedChannel
ID3D11VideoContext::QueryAuthenticatedChannel
QueryAuthenticatedChannel
QueryAuthenticatedChannel method [Media Foundation]
QueryAuthenticatedChannel method [Media Foundation]
ID3D11VideoContext interface
d3d11/ID3D11VideoContext::QueryAuthenticatedChannel
mf.id3d11videocontext_queryauthenticatedchannel
mf\id3d11videocontext_queryauthenticatedchannel.htm
mf
4E059358-E1FD-4EDB-B1D4-982802385232
12/05/2018
ID3D11VideoContext interface [Media Foundation],QueryAuthenticatedChannel method, ID3D11VideoContext.QueryAuthenticatedChannel, ID3D11VideoContext::QueryAuthenticatedChannel, QueryAuthenticatedChannel, QueryAuthenticatedChannel method [Media Foundation], QueryAuthenticatedChannel method [Media Foundation],ID3D11VideoContext interface, d3d11/ID3D11VideoContext::QueryAuthenticatedChannel, mf.id3d11videocontext_queryauthenticatedchannel
d3d11.h
Windows
Windows 8 [desktop apps \| UWP apps]
Windows Server 2012 [desktop apps \| UWP apps]
Windows
19H1
ID3D11VideoContext::QueryAuthenticatedChannel
d3d11/ID3D11VideoContext::QueryAuthenticatedChannel
c++
APIRef
kbSyntax
COM
d3d11.h
ID3D11VideoContext.QueryAuthenticatedChannel

ID3D11VideoContext::QueryAuthenticatedChannel

-description

Sends a query to an authenticated channel.

-parameters

-param pChannel [in]

A pointer to the ID3D11AuthenticatedChannel interface.

-param InputSize [in]

The size of the pInput array, in bytes.

-param pInput [in]

A pointer to a byte array that contains input data for the query. This array always starts with a D3D11_AUTHENTICATED_QUERY_INPUT structure. The QueryType member of the structure specifies the query and defines the meaning of the rest of the array.

-param OutputSize [in]

The size of the pOutput array, in bytes.

-param pOutput [out]

A pointer to a byte array that receives the result of the query. This array always starts with a D3D11_AUTHENTICATED_QUERY_OUTPUT structure. The meaning of the rest of the array depends on the query.

-returns

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

-see-also

ID3D11VideoContext