_DERIVED_::Unlock (Compact 2013)
3/26/2014
This method unlocks the object. The derived class must declare and implement this method.
Syntax
void Unlock(void);
Parameters
None.
Return Value
None.
Remarks
If you implement your derived class using the Active Template Library (ATL) for Windows Embedded Compact, you can use its default implementation of this method.
Requirements
Header |
dmoimpl.h |
See Also
Reference
IMediaObjectImpl Class Template
DirectX Media Objects Reference
DMO Base Class Reference