ReleaseRemoveLockAndWait (Windows CE 5.0)

Send Feedback

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.

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

Parameters

  • Lock
    [in] Pointer to a REMOVE_LOCK structure.
  • Tag
    [in] Optional. Set to NULL.

Return Values

None.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Usbclient.h.

See Also

REMOVE_LOCK

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.