Retrieves a specific block of a shared file from the server.
Visual Basic |
---|
Public Function DownloadSharedFileInBlocks_ReadBlock( _ ByRef VaultGUID As GUID, _ ByVal AccessKey As String, _ ByVal DownloadID As Long, _ ByVal BlockSize As Long, _ ByVal Offset As Unknown _ ) As Byte() |