Skip to content

Latest commit

 

History

History
75 lines (60 loc) · 2.22 KB

nf-d3d11-id3d11videodevice-setprivatedata.md

File metadata and controls

75 lines (60 loc) · 2.22 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.ID3D11VideoDevice.SetPrivateData
ID3D11VideoDevice::SetPrivateData (d3d11.h)
Sets private data on the video device and associates that data with a GUID.
ID3D11VideoDevice interface [Media Foundation]
SetPrivateData method
ID3D11VideoDevice.SetPrivateData
ID3D11VideoDevice::SetPrivateData
SetPrivateData
SetPrivateData method [Media Foundation]
SetPrivateData method [Media Foundation]
ID3D11VideoDevice interface
d3d11/ID3D11VideoDevice::SetPrivateData
mf.id3d11videodevice_setprivatedata
mf\id3d11videodevice_setprivatedata.htm
mf
B7B9E225-A27E-4278-B191-08C0C93C86AC
12/05/2018
ID3D11VideoDevice interface [Media Foundation],SetPrivateData method, ID3D11VideoDevice.SetPrivateData, ID3D11VideoDevice::SetPrivateData, SetPrivateData, SetPrivateData method [Media Foundation], SetPrivateData method [Media Foundation],ID3D11VideoDevice interface, d3d11/ID3D11VideoDevice::SetPrivateData, mf.id3d11videodevice_setprivatedata
d3d11.h
Windows
Windows 8 [desktop apps \| UWP apps]
Windows Server 2012 [desktop apps \| UWP apps]
Windows
19H1
ID3D11VideoDevice::SetPrivateData
d3d11/ID3D11VideoDevice::SetPrivateData
c++
APIRef
kbSyntax
COM
d3d11.h
ID3D11VideoDevice.SetPrivateData

ID3D11VideoDevice::SetPrivateData

-description

Sets private data on the video device and associates that data with a GUID.

-parameters

-param guid [in]

The GUID associated with the data.

-param DataSize [in]

The size of the data, in bytes.

-param pData [in]

A pointer to the data.

-returns

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

-see-also

ID3D11VideoDevice