Elders.VSE_FormatDocumentOnSave.FormatDocumentOnBeforeSave.OnBeforeLastDocumentUnlock C# (CSharp) Méthode

OnBeforeLastDocumentUnlock() public méthode

public OnBeforeLastDocumentUnlock ( uint docCookie, uint dwRdtLockType, uint dwReadLocksRemaining, uint dwEditLocksRemaining ) : int
docCookie uint
dwRdtLockType uint
dwReadLocksRemaining uint
dwEditLocksRemaining uint
Résultat int
        public int OnBeforeLastDocumentUnlock(uint docCookie, uint dwRdtLockType, uint dwReadLocksRemaining, uint dwEditLocksRemaining)
        {
            return VSConstants.S_OK;
        }