Microsoft DirectX 9.0 |
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