IVsRunningDocTableEvents5::OnAfterDocumentLockCountChanged Method (UInt32, UInt32, UInt32, UInt32)

 

Called after the document lock count changes.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

void OnAfterDocumentLockCountChanged(
	unsigned int docCookie,
	unsigned int dwRDTLockType,
	unsigned int dwOldLockCount,
	unsigned int dwNewLockCount
)

Parameters

docCookie
Type: System::UInt32

[in] The document that has changed.

dwRDTLockType
Type: System::UInt32

[in] The lock options for the document.

dwOldLockCount
Type: System::UInt32

[in] The lock count before the change occurred.

dwNewLockCount
Type: System::UInt32

[in] The lock count after the change occurred.

Return to top
Show: