IVsRunningDocTableEvents5::OnAfterDocumentLockCountChanged Method (UInt32, UInt32, UInt32, UInt32)
Visual Studio 2015
Called after the document lock count changes.
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.
Show: