Microsoft DirectX 8.0 (C++)

IDirectMusicStyle8::GetTimeSignature

Retrieves the style's time signature.

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.