Microsoft DirectX 8.1 (C++)

CCmdQueue::SetSyncSource

The SetSyncSource method sets the clock used for timing.

Syntax

virtual HRESULT SetSyncSource(
    IReferenceClock *pIrc
);

Parameters

pIrc

Pointer to the IReferenceClock interface.

Return Value

Returns S_OK.

See Also