XFileData.Unlock Method

Language:

Note: This documentation is preliminary and is subject to change.

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

Definition

Visual Basic .NET Public Sub Unlock()
C# public void Unlock();
Managed C++ public: void Unlock();
JScript .NET 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.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

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