Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 1001 Bytes

id3dxbuffer--getbuffersize.md

File metadata and controls

62 lines (39 loc) · 1001 Bytes
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
Retrieves the total size of the data in the buffer.
f26792bc-381b-4ee1-b7d2-2007790fc046
ID3DXBuffer::GetBufferSize method (D3DX9Mesh.h)
reference
05/31/2018
APIRef
kbSyntax
ID3DXBuffer.GetBufferSize
COM
d3dx9.lib
d3dx9.dll

ID3DXBuffer::GetBufferSize method

Retrieves the total size of the data in the buffer.

Syntax

DWORD GetBufferSize();

Parameters

This method has no parameters.

Return value

Type: DWORD

Returns the total size of the data in the buffer, in bytes.

Requirements

Requirement Value
Header
D3DX9Mesh.h
Library
D3dx9.lib

See also

ID3DXBuffer