CCritSec::Unlock (Compact 2013)

3/26/2014

Releases the lock on the object acquired by calling the CCritSec::Lock member function.

Syntax

void Unlock( );

Parameters

None.

Return Value

None.

Remarks

You must call the CCritSec::Unlock member function once for each call to Lock.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CCritSec Class