property RemoteLockObject.
Creates a lock with a key name.
|
hLockObject
[in] . Handle
of shared lock object
key
[in] . Name
of the lock
pVal
[out, retval] The returned value is TRUE if succeeded or FALSE if failed
S_OK
The operation was successfull.
E_POINTER
A NULL pointer was supplied as an argument.
E_UNEXPECTED
An unexpected error occoured.