ID3DBlob::GetBufferPointer Method

Retrieves a pointer to the blob's data.

Syntax

LPVOID GetBufferPointer();

Parameter

Methode umfasst keine Parameter.

Rückgabewert

Typ: LPVOID

Returns a pointer to the blob's data.

Hinweise

The ID3DBlob interface is type defined in the D3DCommon.h header file as a ID3D10Blob interface, which is fully defined in the D3DCommon.h header file.


typedef ID3D10Blob ID3DBlob;

ID3DBlob is version neutral and can be used in code for Direct3D 10 and later versions.

Anforderungen

Header

D3DCommon.h

Bibliothek

D3dcompiler.lib or D3dcompiler_nn.dll

Siehe auch

ID3DBlob