Share via


IMediaObjectImpl::Unlock

 
Microsoft DirectShow 9.0

IMediaObjectImpl::Unlock

The Unlock method unlocks the DMO. The derived class must declare and implement this method.

Syntax

  void Unlock(void);

Remarks

If you implement your derived class using the Active Template Library (ATL), you can use ATL's default implementation of this method.

Requirements

  Header: Dmoimpl.h
  Library: Dmoguids.lib, Msdmo.lib

See Also