IRealTimeStylusSynchronization::AcquireLock method (rtscom.h)

Retrieves the specified lock.

Syntax

HRESULT AcquireLock(
  [in] RealTimeStylusLockType lock
);

Parameters

[in] lock

The RealTimeStylusLockType Enumeration value that indicates which object lock to use.

Return value

For a description of the return values, see RealTimeStylus Classes and Interfaces.

Remarks

Use the object locks to help protect the RealTimeStylus Class object's members and properties from modification.

Requirements

Requirement Value
Minimum supported client Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header rtscom.h
DLL RTSCom.dll

See also

IRealTimeStylusSynchronization Interface

IRealTimeStylusSynchronization::ReleaseLock Method