Share via


_DERIVED_::Lock (Compact 2013)

3/26/2014

This method locks the object. The derived class must declare and implement this method.

Syntax

void Lock(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 the default implementation of this method associated with ATL for Windows Embedded Compact.

Requirements

Header

dmoimpl.h

See Also

Reference

IMediaObjectImpl Class Template
DirectX Media Objects Reference
DMO Base Class Reference