Microsoft DirectX 8.1 (C++) |
The GetDefaultResolution method retrieves the default resolution for synchronization.
Syntax
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