Microsoft DirectX 8.0 (C++)

IDirectMusicSegment8::GetDefaultResolution

Retrieves the default resolution for synchronization.

HRESULT GetDefaultResolution(
  DWORD* pdwResolution
);

Parameters

pdwResolution
Address of a variable that receives the default resolution. See DMUS_SEGF_FLAGS.

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

IDirectMusicSegment8::SetDefaultResolution, Segment Timing