ID3DBlob::GetBufferPointer Method

Retrieves a pointer to the blob’s data.

Syntax

public:
LPVOID GetBufferPointer()  

Return value

Type: LPVOID 

Returns a pointer to the blob’s data.

Remarks

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 any Direct3D version.

Requirements

Header: Declared in d3d11_x.h (d3dcommon.h on other Windows platforms).

Library: Use d3d11_x.lib (d3d11.lib on other Windows platforms).

See also

ID3DBlob

ID3DBlob Members