IDirectMusicStyle8::GetTempo

DirectMusic

Microsoft DirectX 9.0 SDK Update (Summer 2004)

IDirectMusicStyle8::GetTempo

The GetTempo method retrieves the recommended tempo of the style.

Syntax

HRESULT GetTempo(
  double* pTempo
);

Parameters

pTempo

Address of a variable that receives the recommended tempo of the style.

Return Values

If the method succeeds, the return value is S_OK.

If pTempo is not a valid pointer, the method returns E_POINTER.

Requirements

  Header: Declared in dmusici.h.

See Also


© 2004 Microsoft Corporation. All rights reserved.