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