Microsoft DirectX 9.0 SDK Update (Summer 2004) |
IDirectMusicStyle8::GetTimeSignature
The GetTimeSignature method retrieves the time signature of the style.
Syntax
HRESULT GetTimeSignature(
DMUS_TIMESIGNATURE* pTimeSig
);
Parameters
pTimeSig
Address of a DMUS_TIMESIGNATURE structure that receives data.
Return Values
If the method succeeds, the return value is S_OK.
If it fails, the method can return E_POINTER.
Requirements
Header: Declared in dmusici.h.
See Also
© 2004 Microsoft Corporation. All rights reserved.