Microsoft DirectX 9.0

CSourceSeeking::m_pLock

Pointer to a critical section object. The CSourceSeeking class uses this critical section to synchronize access to the start and stop times, duration, and rate variables. This variable is initialized in the constructor method; see CSourceSeeking::CSourceSeeking.

Syntax

CCritSec *m_pLock;

See Also