IVsRunningDocumentTable.UnregisterDocumentLockHolder(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Unregisters a document lock holder in the running document table.
public:
int UnregisterDocumentLockHolder(System::UInt32 dwLHCookie);
public:
int UnregisterDocumentLockHolder(unsigned int dwLHCookie);
int UnregisterDocumentLockHolder(unsigned int dwLHCookie);
public int UnregisterDocumentLockHolder (uint dwLHCookie);
abstract member UnregisterDocumentLockHolder : uint32 -> int
Public Function UnregisterDocumentLockHolder (dwLHCookie As UInteger) As Integer
Parameters
- dwLHCookie
- UInt32
[in] Unique identifier for the document lock holder. See Remarks.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
This method is safe to access from any thread.