Skip to content

Latest commit

 

History

History
78 lines (62 loc) · 2.25 KB

nf-d3d10misc-d3d10createblob.md

File metadata and controls

78 lines (62 loc) · 2.25 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:d3d10misc.D3D10CreateBlob
D3D10CreateBlob function (d3d10misc.h)
Create a buffer.Note  Instead of using this function, we recommend that you use the D3DCreateBlob API.
5f032879-d10b-8a54-5b40-9fa1e178b0d5
D3D10CreateBlob
D3D10CreateBlob function [Direct3D 10]
d3d10misc/D3D10CreateBlob
direct3d10.d3d10createblob
direct3d10\d3d10createblob.htm
direct3d10
VS|directx_sdk|~\d3d10createblob.htm
12/05/2018
5f032879-d10b-8a54-5b40-9fa1e178b0d5, D3D10CreateBlob, D3D10CreateBlob function [Direct3D 10], d3d10misc/D3D10CreateBlob, direct3d10.d3d10createblob
d3d10misc.h
Windows
D3D10.lib
D3D10.dll
Windows
19H1
D3D10CreateBlob
d3d10misc/D3D10CreateBlob
c++
APIRef
kbSyntax
DllExport
D3D10.dll
D3D10CreateBlob

D3D10CreateBlob function

-description

Create a buffer.

Note  Instead of using this function, we recommend that you use the D3DCreateBlob API.
 

-parameters

-param NumBytes [in]

Type: SIZE_T

Number of bytes in the blob.

-param ppBuffer [out]

Type: LPD3D10BLOB*

The address of a pointer to the buffer (see ID3D10Blob Interface).

-returns

Type: HRESULT

This method returns one of the following Direct3D 10 Return Codes.

-see-also

Core Functions