ExcelGetWorkbookProtectedStructure Method
Get workbook protected structure information
'Declaration
Function ExcelGetWorkbookProtectedStructure( _
ByRef () As Byte, _
ByRef () As Byte, _
ByRef As UInteger, _
ByRef As Boolean, _
ByRef As String _
) As Boolean
'Usage
Dim instance As IProtectionSupport
Dim hashValue() As Byte
Dim saltValue() As Byte
Dim spinCount As UInteger
Dim lockStructure As Boolean
Dim algorithmName As String
Dim value As Boolean
value = instance.ExcelGetWorkbookProtectedStructure(hashValue, saltValue, spinCount, lockStructure, algorithmName)
Parameters
- hashValue
- The hash value
- saltValue
- The salt value that used to compute hash value
- spinCount
- Number of loop used when compute hash value
- lockStructure
- if set to
true
[lock structure]. - algorithmName
- Name of algorithm used to compute hash value