Share via


InitializeRemoveLock (Windows Embedded CE 6.0)

1/6/2010

This function creates a remove lock.

Syntax

BOOL InitializeRemoveLock(
  IN PREMOVE_LOCK Lock
);

Parameters

Return Value

Returns TRUE if the lock was successfully created with CreateEvent. Otherwise, returns FALSE.

Requirements

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

See Also

Reference

USB Host Client Driver Functions
REMOVE_LOCK

Other Resources

CreateEvent