Skip to content

Latest commit

 

History

History
90 lines (68 loc) · 2.43 KB

nf-d3dcsx-d3dx11createscan.md

File metadata and controls

90 lines (68 loc) · 2.43 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:d3dcsx.D3DX11CreateScan
D3DX11CreateScan function (d3dcsx.h)
Creates a scan context.
084772c2-3360-63d5-fb00-82f536323a9d
D3DX11CreateScan
D3DX11CreateScan function [Direct3D 11]
d3dcsx/D3DX11CreateScan
direct3d11.d3dx11createscan
direct3d11\d3dx11createscan.htm
direct3d11
daaa6913-a952-4f89-8a17-17e690ad8883
12/05/2018
084772c2-3360-63d5-fb00-82f536323a9d, D3DX11CreateScan, D3DX11CreateScan function [Direct3D 11], d3dcsx/D3DX11CreateScan, direct3d11.d3dx11createscan
d3dcsx.h
Windows
D3dcsx.lib
Windows
19H1
D3DX11CreateScan
d3dcsx/D3DX11CreateScan
c++
APIRef
kbSyntax
LibDef
d3dcsx.lib
d3dcsx.dll
D3DX11CreateScan

D3DX11CreateScan function

-description

Creates a scan context.

-parameters

-param pDeviceContext [in]

Type: ID3D11DeviceContext*

The ID3D11DeviceContext the scan is associated with.

-param MaxElementScanSize

Type: UINT

Maximum single scan size, in elements (FLOAT, UINT, or INT).

-param MaxScanCount

Type: UINT

Maximum number of scans in multiscan.

-param ppScan [out]

Type: ID3DX11Scan**

Pointer to a ID3DX11Scan Interface pointer that will be set to the created interface object.

-returns

Type: HRESULT

The return value is one of the values listed in Direct3D 11 Return Codes.

-see-also

D3DCSX 11 Functions