Microsoft DirectX 9.0

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