CSource::pStateLock

 
Microsoft DirectShow 9.0

CSource::pStateLock

The pStateLock method retrieves a pointer to the filter's critical section object.

Syntax

  CCritSec* pStateLock(void);

Return Value

Returns a pointer to the CSource::m_cStateLock member variable.

Requirements

**  Header:** Declared in Source.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also