ISdpNodeContainer::LockContainer (Windows CE 5.0)
This method locks or unlocks the container.
HRESULT LockContainer(UCHAR lock);
Parameters
- lock
[in] Value that is set to TRUE to lock the container, or FALSE to unlock it.
Return Values
None.
Remarks
The behavior of this method is recursive; the container and the pointers in the container are locked or unlocked by the call. Each call to lock a container must be matched by a call to unlock the container. If a container is locked, calls to the ISdpNodeContainer::SetNode and ISdpNodeContainer::AppendNode methods will fail.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Bthapi.h, Bthapi.idl.
Link Library: Btdrt.lib.
See Also
ISdpNodeContainer::AppendNode | ISdpNodeContainer::SetNode | ISdpNodeContainer
Send Feedback on this topic to the authors