Skip to content

Latest commit

 

History

History
66 lines (39 loc) · 1.11 KB

id3dxprtbuffer--unlockbuffer.md

File metadata and controls

66 lines (39 loc) · 1.11 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
Ends the lifespan of the ppData pointer returned by ID3DXPRTBuffer::LockBuffer.
25464566-8a93-48a4-93fa-17828861f98c
ID3DXPRTBuffer::UnlockBuffer method (D3DX9Mesh.h)
reference
05/31/2018
APIRef
kbSyntax
ID3DXPRTBuffer.UnlockBuffer
COM
d3dx9.lib
d3dx9.dll

ID3DXPRTBuffer::UnlockBuffer method

Ends the lifespan of the ppData pointer returned by ID3DXPRTBuffer::LockBuffer.

Syntax

HRESULT UnlockBuffer();

Parameters

This method has no parameters.

Return value

Type: HRESULT

If the method succeeds, the return value is D3D_OK.

Requirements

Requirement Value
Header
D3DX9Mesh.h
Library
D3dx9.lib

See also

ID3DXPRTBuffer