Share via


ReleaseRemoveLockAndWait (Windows Embedded CE 6.0)

1/6/2010

This function closes the lock event handle so the same lock cannot be re-entered. This is the final function called on the remove lock.

Syntax

VOID ReleaseRemoveLockAndWait(
  IN PREMOVE_LOCK Lock,
  IN OPTIONAL PVOID Tag
);

Parameters

  • Tag
    [in] Optional. Set to NULL.

Return Value

None.

Requirements

Header usbclient.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

USB Host Client Driver Functions
REMOVE_LOCK