Microsoft DirectX 9.0 SDK Update (October 2004) |
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: Dmusici.h
Library: Dmstyle.dll, Dmstyled.dll
See Also