Click or drag to resize

OutlookStorageCLZFcalculateCRC32 Method

Namespace:  FileHold.DocumentRepository
Assembly:  FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.0.0.0
Syntax
C#
public static int calculateCRC32(
	byte[] buf,
	int off,
	int len
)

Parameters

buf
Type: SystemByte
off
Type: SystemInt32
len
Type: SystemInt32

Return Value

Type: Int32
See Also