Share via


InitializeRemoveLock (Compact 2013)

3/26/2014

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

See Also

Reference

USB Host Client Driver Functions
REMOVE_LOCK

Other Resources

CreateEvent