XFileData.Unlock Method

Language:

Ends access to the GraphicsStream object returned by XFileData.Lock.

Definition

Visual Basic Public Sub Unlock()
C# public void Unlock();
C++ public:
void Unlock();
JScript public function Unlock();

Remarks

You must ensure that the number of lock calls matches the number of unlock calls.

After calling XFileData.Unlock, the GraphicsStream object returned by XFileData.Lock should no longer be used.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.