Microsoft DirectX 8.1 (C++) |
The GetTimeSignature method retrieves the style's time signature.
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