Skip to content

Latest commit

 

History

History
83 lines (52 loc) · 1.58 KB

id3dxkeyframedanimationset--getcallbackkey.md

File metadata and controls

83 lines (52 loc) · 1.58 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
ID3DXKeyframedAnimationSet::GetCallbackKey method - Gets information about a specific callback in the animation set.
a1d3ca96-2852-420a-aa5c-a434970e5523
ID3DXKeyframedAnimationSet::GetCallbackKey method (D3dx9anim.h)
reference
05/31/2018
APIRef
kbSyntax
ID3DXKeyframedAnimationSet.GetCallbackKey
COM
d3dx9.lib
d3dx9.dll

ID3DXKeyframedAnimationSet::GetCallbackKey method

Gets information about a specific callback in the animation set.

Syntax

HRESULT GetCallbackKey(
  [in]  UINT               Animation,
  [out] LPD3DXKEY_CALLBACK pCallbackKeys
);

Parameters

Animation [in]

Type: UINT

Animation index.

pCallbackKeys [out]

Type: LPD3DXKEY_CALLBACK

Pointer to the callback function.

Return value

Type: HRESULT

If the method succeeds, the return value is S_OK. If the method fails, the following value will be returned: D3DERR_INVALIDCALL.

Requirements

Requirement Value
Header
D3dx9anim.h
Library
D3dx9.lib

See also

ID3DXKeyframedAnimationSet