Microsoft DirectX 8.0 (C++)

IDirectMusicStyle8::GetTempo

Retrieves the recommended tempo of the style.

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.